From: Nick Bowler Date: Tue, 15 Sep 2009 23:33:32 +0000 (-0400) Subject: build: Pass PKGDATADIR to compiled sources. X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/commitdiff_plain/6d7453951662ebddd17f45bc2d7838ccdbbf4560 build: Pass PKGDATADIR to compiled sources. --- diff --git a/src/Makefile.am b/src/Makefile.am index 67f1146..719a952 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 =