]> git.draconx.ca Git - upkg.git/blob - src/Makefile.am
Early start of the module system.
[upkg.git] / src / Makefile.am
1 lib_LTLIBRARIES = libupkg.la
2
3 libupkg_la_SOURCES = libupkg.c pack.c
4 include_HEADERS = upkg.h
5 noinst_HEADERS = pack.h
6
7 if BUILD_UPKG
8
9 bin_PROGRAMS  = upkg
10 upkg_SOURCES  = upkg.c module.c exportable.c serializable.c music.c
11 upkg_CPPFLAGS = $(GLIB_CFLAGS) $(LTDLINCL)
12 upkg_LDFLAGS  = $(GLIB_LIBS)
13 upkg_LDADD    = libupkg.la $(LIBLTDL)
14
15 endif