PolicyKit: Branch 'master'
David Zeuthen
david at kemper.freedesktop.org
Wed Mar 28 22:06:20 PDT 2007
libpolkit/Makefile.am | 1 +
tools/Makefile.am | 1 +
2 files changed, 2 insertions(+)
New commits:
diff-tree 0cc0ffde5aff51f08fa7642bbe4221dd138eaf05 (from 416921898aa80a0135855bd7a790053d460cf111)
Author: David Zeuthen <davidz at redhat.com>
Date: Thu Mar 29 01:06:16 2007 -0400
build fix so 'make distcheck' works
diff --git a/libpolkit/Makefile.am b/libpolkit/Makefile.am
index 4d1dee0..dfdad79 100644
--- a/libpolkit/Makefile.am
+++ b/libpolkit/Makefile.am
@@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in
INCLUDES = \
+ -I$(top_builddir) -I$(top_srcdir) \
-DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \
-DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 49eec4f..bd9a217 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in
INCLUDES = \
+ -I$(top_builddir) -I$(top_srcdir) \
-DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \
-DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
More information about the hal-commit
mailing list