diff options
author | Ted Gould <ted@gould.cx> | 2012-02-14 16:06:04 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-14 16:06:04 -0600 |
commit | 612662f401ef931eea0d5e8c25319c4326cd2c2d (patch) | |
tree | 50dc98d3423ebd0a527ead3a442c61b192752d2a /Makefile.am | |
parent | ea4f2d84eb5a268462037868131e1d9e69b3a845 (diff) | |
download | ayatana-indicator-power-612662f401ef931eea0d5e8c25319c4326cd2c2d.tar.gz ayatana-indicator-power-612662f401ef931eea0d5e8c25319c4326cd2c2d.tar.bz2 ayatana-indicator-power-612662f401ef931eea0d5e8c25319c4326cd2c2d.zip |
Make data have it's own makefile so the GSettings rules work properly on distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/Makefile.am b/Makefile.am index fbd9e6b..0ef4362 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS = po - -gsettings_in_file = data/com.canonical.indicator.power.gschema.xml.in -gsettings_SCHEMAS = $(gsettings_in_file:.xml.in=.xml) - -@INTLTOOL_XML_NOMERGE_RULE@ - -@GSETTINGS_RULES@ +SUBDIRS = \ + po \ + data ################### # Indicator Stuff @@ -36,16 +31,6 @@ libpower_la_LDFLAGS = \ dist_noinst_SCRIPTS = \ autogen.sh -dist_noinst_DATA = \ - data/com.canonical.indicator.power.gschema.xml \ - $(gsettings_in_file) - -CLEANFILES = \ - $(gsettings_SCHEMAS) - -MAINTAINERCLEANFILES = \ - $(gsettings_SCHEMAS:.xml=.valid) - DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall ############################################################ |