]> git.draconx.ca Git - upkg.git/commitdiff
build: Pass PKGDATADIR to compiled sources.
authorNick Bowler <nbowler@draconx.ca>
Tue, 15 Sep 2009 23:33:32 +0000 (19:33 -0400)
committerNick Bowler <nbowler@draconx.ca>
Tue, 15 Sep 2009 23:33:32 +0000 (19:33 -0400)
src/Makefile.am

index 67f11463053f0516263e5246e04b6b1d1a8d957a..719a9526fbae8e49892340b31d258539d94426c7 100644 (file)
@@ -4,7 +4,7 @@
 # notice and this notice are preserved.  This file is offered as-is,
 # without any warranty.
 
-AM_CPPFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\"
+AM_CPPFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" -DPKGDATADIR=\"$(pkgdatadir)\"
 
 lib_LTLIBRARIES = libuobject.la libupkg.la
 pkglib_LTLIBRARIES =