]> git.draconx.ca Git - upkg.git/blobdiff - src/Makefile.am
libupkg: Remove checks for an unsigned quantity being less than 0.
[upkg.git] / src / Makefile.am
index 1dcd24c857ac38a0af127d9479db0109d62a858c..f9224c3860774f0281081ddc2d0c0e38a541090b 100644 (file)
@@ -1,13 +1,19 @@
-lib_LTLIBRARIES = libuobject.la libupkg.la
+# Copyright (C) 2009 Nick Bowler
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved.  This file is offered as-is,
+# without any warranty.
 
-include_HEADERS = upkg.h uobject.h
-noinst_HEADERS  = pack.h loadable.h exportable.h module.h avl.h
+AM_CPPFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" -DPKGDATADIR=\"$(pkgdatadir)\"
 
-include engine/Makefile.inc
+lib_LTLIBRARIES = libupkg.la
+pkglib_LTLIBRARIES =
+
+include_HEADERS = upkg.h
+noinst_HEADERS  = pack.h
 
-libuobject_la_SOURCES  = uobject.c module.c avl.c loadable.c exportable.c
-libuobject_la_CPPFLAGS = $(GLIB_CFLAGS) $(LTDLINCL)
-libuobject_la_LIBADD   = $(LIBLTDL) $(GLIB_LIBS)
+include uobject/Makefile.inc
+include engine/Makefile.inc
 
 libupkg_la_SOURCES = libupkg.c pack.c