summaryrefslogtreecommitdiff
path: root/xfconf
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2008-02-20 18:34:22 +0000
committerBrian Tarricone <brian@tarricone.org>2008-02-20 18:34:22 +0000
commit9c736415d1d3004d7199837ef7b5d77401e90354 (patch)
tree85da455db667f0042659350f740dad876f67660f /xfconf
parent3b001926937bbe0a82644540bd1d3793e24a56f2 (diff)
downloadxfconf-9c736415d1d3004d7199837ef7b5d77401e90354.tar.gz
patch from Stephan to fix includes location
(Old svn revision: 26776)
Diffstat (limited to 'xfconf')
-rw-r--r--xfconf/Makefile.am2
-rw-r--r--xfconf/libxfconf-0.pc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/xfconf/Makefile.am b/xfconf/Makefile.am
index ff5e239..790b493 100644
--- a/xfconf/Makefile.am
+++ b/xfconf/Makefile.am
@@ -1,7 +1,7 @@
lib_LTLIBRARIES = libxfconf-0.la
-libxfconfincludedir = $(includedir)/xfce4/xfconf-$(LIBXFCONF_VERSION_API)/xfconf
+libxfconfincludedir = $(includedir)/xfce4/xfconf-$(LIBXFCONF_VERSION_API)
libxfconfinclude_HEADERS = \
xfconf-channel.h \
xfconf-errors.h \
diff --git a/xfconf/libxfconf-0.pc.in b/xfconf/libxfconf-0.pc.in
index 70dd368..b424788 100644
--- a/xfconf/libxfconf-0.pc.in
+++ b/xfconf/libxfconf-0.pc.in
@@ -10,4 +10,4 @@ Description: Configuration library for Xfce
Requires: gobject-2.0 dbus-1 dbus-glib-1
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lxfconf-${libxfconf_api_version}
-Cflags: -I${includedir}/xfconf-${libxfconf_api_version}
+Cflags: -I${includedir}/xfce4/xfconf-${libxfconf_api_version}