aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-04-14 12:06:22 +0200
committerGuido Günther <agx@sigxcpu.org>2014-04-14 12:16:32 +0200
commitea10a7169fac456f06daef000d80611855c516f4 (patch)
tree99b837dccbab36a88cd1a2514acbbdfc69717761
parentc6fde247ecad202e8de5672da7d1c88be723e90e (diff)
Fix "make distcheck"
-rw-r--r--libplanfahr/Makefile.am2
-rw-r--r--libplanfahr/providers/Makefile.am1
-rw-r--r--libplanfahr/providers/tests/Makefile.am1
3 files changed, 3 insertions, 1 deletions
diff --git a/libplanfahr/Makefile.am b/libplanfahr/Makefile.am
index 276884c..07d0115 100644
--- a/libplanfahr/Makefile.am
+++ b/libplanfahr/Makefile.am
@@ -91,7 +91,7 @@ nodist_gir_DATA = $(INTROSPECTION_GIRS)
typelibdir = $(libdir)/girepository-1.0
nodist_typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
-CLEANFILES = $(gir_DATA) $(typelibs_DATA)
+CLEANFILES = $(nodist_gir_DATA) $(nodist_typelib_DATA)
endif # HAVE_INTROSPECTION
diff --git a/libplanfahr/providers/Makefile.am b/libplanfahr/providers/Makefile.am
index 3516708..7084f86 100644
--- a/libplanfahr/providers/Makefile.am
+++ b/libplanfahr/providers/Makefile.am
@@ -8,6 +8,7 @@ AM_CPPFLAGS = \
-DG_LOG_DOMAIN="\"LibPlanFahr\"" \
-DLIBPLANFAHR_COMPILATION \
-DLPF_PROVIDERS_DIR="\"$(LPF_PROVIDERS_DIR)\"" \
+ -I$(top_srcdir) \
$(NULL)
pkglib_LTLIBRARIES = \
diff --git a/libplanfahr/providers/tests/Makefile.am b/libplanfahr/providers/tests/Makefile.am
index 39a57b3..1b3419c 100644
--- a/libplanfahr/providers/tests/Makefile.am
+++ b/libplanfahr/providers/tests/Makefile.am
@@ -12,6 +12,7 @@ AM_CPPFLAGS = \
$(GTHREAD2_CFLAGS) \
$(LIBXML2_CFLAGS) \
$(WARN_CFLAGS) \
+ -I$(top_srcdir) \
-I$(top_srcdir)/libplanfahr \
$(NULL)