summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-06-08 15:56:06 -0400
committerDavid Zeuthen <davidz@redhat.com>2009-06-08 15:56:06 -0400
commit1e12902f7c24ca642fefcab6a72caed8daba82bf (patch)
tree39b09036a3e0f2b12bb7456f9bd2c89d67ef3869
parentfee8393649270b3797075e3a1ef2a1433ed660db (diff)
downloadpolkit-1e12902f7c24ca642fefcab6a72caed8daba82bf.tar.gz
Fix make distcheck
-rw-r--r--src/polkitagent/Makefile.am2
-rw-r--r--src/polkitbackend/Makefile.am2
2 files changed, 4 insertions, 0 deletions
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)"\" \