]> git.draconx.ca Git - upkg.git/blobdiff - src/Makefile.am
Early start of the module system.
[upkg.git] / src / Makefile.am
index 95e7082795b48b8fa8e7fd41ccef3f408297954c..8b3567639e97e72baff8e2518a6b6b9aab606201 100644 (file)
@@ -5,9 +5,11 @@ include_HEADERS = upkg.h
 noinst_HEADERS = pack.h
 
 if BUILD_UPKG
-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 $(LIBLTDL)
+
+bin_PROGRAMS  = upkg
+upkg_SOURCES  = upkg.c module.c exportable.c serializable.c music.c
+upkg_CPPFLAGS = $(GLIB_CFLAGS) $(LTDLINCL)
+upkg_LDFLAGS  = $(GLIB_LIBS)
+upkg_LDADD    = libupkg.la $(LIBLTDL)
+
 endif