]> git.draconx.ca Git - upkg.git/blob - src/Makefile.am
libupkg: Remove checks for an unsigned quantity being less than 0.
[upkg.git] / src / Makefile.am
1 # Copyright (C) 2009 Nick Bowler
2 # Copying and distribution of this file, with or without modification,
3 # are permitted in any medium without royalty provided the copyright
4 # notice and this notice are preserved.  This file is offered as-is,
5 # without any warranty.
6
7 AM_CPPFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" -DPKGDATADIR=\"$(pkgdatadir)\"
8
9 lib_LTLIBRARIES = libupkg.la
10 pkglib_LTLIBRARIES =
11
12 include_HEADERS = upkg.h
13 noinst_HEADERS  = pack.h
14
15 include uobject/Makefile.inc
16 include engine/Makefile.inc
17
18 libupkg_la_SOURCES = libupkg.c pack.c
19
20 bin_PROGRAMS  = upkg
21 upkg_SOURCES  = upkg.c
22 upkg_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib $(GLIB_CFLAGS)
23 upkg_LDFLAGS  = -L$(top_builddir)/lib -export-dynamic
24 upkg_LDADD    = libuobject.la libupkg.la $(GLIB_LIBS) -lgnu