summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/integration/ecore/Makefile.am3
-rw-r--r--src/integration/glib/Makefile.am3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/integration/ecore/Makefile.am b/src/integration/ecore/Makefile.am
index f40535b..763a41b 100644
--- a/src/integration/ecore/Makefile.am
+++ b/src/integration/ecore/Makefile.am
@@ -1,3 +1,5 @@
+HEADER_DIR = $(top_srcdir)/include/dbus-c++
+
if ENABLE_ECORE
lib_LTLIBRARIES = \
@@ -18,7 +20,6 @@ AM_CPPFLAGS = \
$(dbus_CFLAGS) \
$(ecore_CFLAGS)
-HEADER_DIR = $(top_srcdir)/include/dbus-c++
libdbus_c___ecore_1_HEADERS = \
$(HEADER_DIR)/ecore-integration.h
diff --git a/src/integration/glib/Makefile.am b/src/integration/glib/Makefile.am
index 83e8b01..937f2c0 100644
--- a/src/integration/glib/Makefile.am
+++ b/src/integration/glib/Makefile.am
@@ -1,3 +1,5 @@
+HEADER_DIR = $(top_srcdir)/include/dbus-c++
+
if ENABLE_GLIB
lib_LTLIBRARIES = \
@@ -18,7 +20,6 @@ AM_CPPFLAGS = \
$(dbus_CFLAGS) \
$(glib_CFLAGS)
-HEADER_DIR = $(top_srcdir)/include/dbus-c++
libdbus_c___glib_1_HEADERS = \
$(HEADER_DIR)/glib-integration.h