X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/40a37fe8b53386add565d0e9a631928869d059a2..5944f3d64f5675df6eb8bd82ab45cc5ad31504a7:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index e244fbd..8bc2f18 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,16 +2,16 @@ lib_LTLIBRARIES = libupkg.la libupkg_la_SOURCES = libupkg.c pack.c include_HEADERS = upkg.h -noinst_HEADERS = pack.h serializable.h exportable.h module.h avl.h +noinst_HEADERS = pack.h exportable.h module.h avl.h if BUILD_UPKG include engine/Makefile.inc bin_PROGRAMS = upkg -upkg_SOURCES = upkg.c avl.c module.c exportable.c serializable.c +upkg_SOURCES = upkg.c avl.c module.c exportable.c uobject.c upkg_CPPFLAGS = $(GLIB_CFLAGS) $(LTDLINCL) -upkg_LDFLAGS = $(GLIB_LIBS) -export-dynamic -upkg_LDADD = libupkg.la $(LIBLTDL) +upkg_LDFLAGS = -export-dynamic +upkg_LDADD = libupkg.la $(LIBLTDL) $(GLIB_LIBS) endif