]> git.draconx.ca Git - upkg.git/blobdiff - src/Makefile.am
Add libltdl.
[upkg.git] / src / Makefile.am
index a631216889c729a90bd7bde089d7cef5b0e1a49c..95e7082795b48b8fa8e7fd41ccef3f408297954c 100644 (file)
@@ -9,5 +9,5 @@ bin_PROGRAMS = upkg
 upkg_SOURCES = upkg.c exportable.c serializable.c music.c
 upkg_CFLAGS  = $(GLIB_CFLAGS)
 upkg_LDFLAGS = $(GLIB_LIBS)
-upkg_LDADD = libupkg.la
+upkg_LDADD = libupkg.la $(LIBLTDL)
 endif