X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/5aaf7aaa7d95bb26178ae2c192b84401f5544244..852d25c6fea13f6ffce0e48a17c50817d439c9c0:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 74463a4..01ab6f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# Copyright © 2009-2012, 2015 Nick Bowler +# Copyright © 2009-2012, 2015, 2019 Nick Bowler # # License WTFPL2: Do What The Fuck You Want To Public License, version 2. # This is free software: you are free to do what the fuck you want to. @@ -13,6 +13,7 @@ CLEANFILES = EXTRA_DIST = $(MAINTAINERCLEANFILES) m4/gnulib-cache.m4 AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src \ + -I$(top_srcdir)/$(DX_BASEDIR)/src \ -I$(top_builddir)/lib -I$(top_srcdir)/lib \ -DPKGLIBDIR=\"$(pkglibdir)\" -DPKGDATADIR=\"$(pkgdatadir)\" @@ -36,7 +37,7 @@ upkg_LDFLAGS = $(AM_LDFLAGS) -export-dynamic upkg_LDADD = libuobject.la libupkg.la libgnu.la $(GLIB_LIBS) $(upkg_OBJECTS): $(gnulib_headers) -libupkg_la_SOURCES = src/libupkg.c src/pack.c +libupkg_la_SOURCES = src/libupkg.c common/src/pack.c common/src/pack.h uobjectdir = $(includedir)/uobject uobject_HEADERS = src/uobject/uobject.h src/uobject/exportable.h \