diff options
author | Ted Gould <ted@gould.cx> | 2010-09-07 12:56:02 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-09-07 12:56:02 -0500 |
commit | de2c8ed006362d66bcf30d3d15fdae809532cecc (patch) | |
tree | abf9950c2d90f70b782c1c818fdca33995d19d48 /data/Makefile.am | |
parent | 5e369fb12b320b56fb2598fe32a180e4741856fe (diff) | |
download | ayatana-indicator-datetime-de2c8ed006362d66bcf30d3d15fdae809532cecc.tar.gz ayatana-indicator-datetime-de2c8ed006362d66bcf30d3d15fdae809532cecc.tar.bz2 ayatana-indicator-datetime-de2c8ed006362d66bcf30d3d15fdae809532cecc.zip |
Distributing the schema XML
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 2e6900c..0e8dec3 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -10,6 +10,8 @@ dbus_services_DATA = indicator-datetime.service %.service: %.service.in sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ -EXTRA_DIST = indicator-datetime.service.in +EXTRA_DIST = \ + $(gsettings_SCHEMAS) \ + indicator-datetime.service.in CLEANFILES = indicator-datetime.service |