From 6d7453951662ebddd17f45bc2d7838ccdbbf4560 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Tue, 15 Sep 2009 19:33:32 -0400 Subject: [PATCH] build: Pass PKGDATADIR to compiled sources. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- 2.43.2