summaryrefslogtreecommitdiff
path: root/xfconf
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2007-09-14 12:05:27 +0000
committerBrian Tarricone <brian@tarricone.org>2007-09-14 12:05:27 +0000
commitbd971a066d6685b95b06ca00a6f40184adcae683 (patch)
tree08f67ccfb71dd5eabf087c708af5b3bd2f17ca18 /xfconf
parentf0178d23716e3ec788b78de234ab899c05f9b4a0 (diff)
downloadxfconf-bd971a066d6685b95b06ca00a6f40184adcae683.tar.gz
fix build of autogenerated sources
(Old svn revision: 26735)
Diffstat (limited to 'xfconf')
-rw-r--r--xfconf/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/xfconf/Makefile.am b/xfconf/Makefile.am
index 4953971..b52eed3 100644
--- a/xfconf/Makefile.am
+++ b/xfconf/Makefile.am
@@ -9,9 +9,9 @@ libxfconfinclude_HEADERS = \
libxfconf_0_la_SOURCES = \
$(libxfconfinclude_HEADERS) \
xfconf-channel.c \
+ xfconf-dbus-bindings.h \
xfconf-private.h \
- xfconf.c \
- xfconf-dbus-bindings.h
+ xfconf.c
libxfconf_0_la_CFLAGS = \
-I$(top_srcdir)/common \
@@ -38,7 +38,10 @@ pkgconfig_DATA = libxfconf-0.pc
if MAINTAINER_MODE
-xfconf-dbus-bindings.h: $(top_srcdir)/common/xfconf-dbus.xml
+BUILT_SOURCES = \
+ xfconf-dbus-bindings.h
+
+xfconf-dbus-bindings.h: $(top_srcdir)/common/xfconf-dbus.xml Makefile
dbus-binding-tool --mode=glib-client --prefix=xfconf_client $< \
| sed -e 's/org_xfce_Xfconf_/xfconf_client_/g;' \
-e 's/_GUI_/_gui_/g;' > $@