PolicyKit: Branch 'master'
David Zeuthen
david at kemper.freedesktop.org
Mon Jun 8 12:58:42 PDT 2009
src/polkitagent/Makefile.am | 2 ++
src/polkitbackend/Makefile.am | 2 ++
2 files changed, 4 insertions(+)
New commits:
commit 1e12902f7c24ca642fefcab6a72caed8daba82bf
Author: David Zeuthen <davidz at redhat.com>
Date: Mon Jun 8 15:56:06 2009 -0400
Fix make distcheck
diff --git a/src/polkitagent/Makefile.am b/src/polkitagent/Makefile.am
index 1ee185b..e64077d 100644
--- a/src/polkitagent/Makefile.am
+++ b/src/polkitagent/Makefile.am
@@ -3,6 +3,8 @@ NULL =
INCLUDES = \
-I$(top_builddir)/src \
-I$(top_srcdir)/src \
+ -I$(top_builddir)/src/polkit \
+ -I$(top_srcdir)/src/polkit \
-DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \
-DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
diff --git a/src/polkitbackend/Makefile.am b/src/polkitbackend/Makefile.am
index b33e33d..d8a1f4a 100644
--- a/src/polkitbackend/Makefile.am
+++ b/src/polkitbackend/Makefile.am
@@ -3,6 +3,8 @@ NULL =
INCLUDES = \
-I$(top_builddir)/src \
-I$(top_srcdir)/src \
+ -I$(top_builddir)/src/polkit \
+ -I$(top_srcdir)/src/polkit \
-DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \
-DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
More information about the hal-commit
mailing list