diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-12-04 18:08:06 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-12-04 18:08:06 (GMT) |
commit | 3b4cdd10d6adf9155054989f41bb32759a9541c5 (patch) | |
tree | 12aa6925a714de6b8eed561879f0e302cd1fe034 /src | |
parent | fa65dbb6d89cf7935b2d6ef5fc087cf502ff0716 (diff) |
Removed old rules producing noisy warnings with automake.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 30772c9..4940a6d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,7 +26,7 @@ libchrysacore_la_LIBADD = \ libchrysadisass_la_SOURCES = -libchrysadisass_la_LDFLAGS = $(LIBGTK_LIBS) $(LIBXML_LIBS) \ +libchrysadisass_la_LDFLAGS = $(LIBGTK_LIBS) $(LIBXML_LIBS) $(LIBSQLITE_LIBS) $(LIBARCHIVE_LIBS) \ -Lcommon/.libs -lcommon -L.libs -lchrysaglibext -lrt libchrysadisass_la_LIBADD = \ |