diff options
| author | Ted Gould <ted@gould.cx> | 2012-02-17 16:18:45 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2012-02-17 16:18:45 -0600 |
| commit | f8ca95b2f833a22f559ccd101c612081a6a089a3 (patch) | |
| tree | 70418cc37784f6f2a9c5c43639f1d2ec9723b5fc /data/Makefile.am | |
| parent | 6e60a40ec583b507aef6254a744631f30f9e072d (diff) | |
| parent | 52d15e402e4ada9c8f1ee1f4b7e3a9ada473772c (diff) | |
| download | ayatana-indicator-datetime-f8ca95b2f833a22f559ccd101c612081a6a089a3.tar.gz ayatana-indicator-datetime-f8ca95b2f833a22f559ccd101c612081a6a089a3.tar.bz2 ayatana-indicator-datetime-f8ca95b2f833a22f559ccd101c612081a6a089a3.zip | |
* New upstream release.
* Still need to distribute these files even if we're not building it
* Adding some extra ignore stuff in
* Adding in code coverage calculation
* Allow ccpanel to be optional
* Move to use libtimezone map
* Add a name hint on the indicator
* Build fixes for updated dependencies
* Fixing Geoclue support
Diffstat (limited to 'data/Makefile.am')
| -rw-r--r-- | data/Makefile.am | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index b9a9532..6d4dd72 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -10,17 +10,25 @@ dbus_services_DATA = indicator-datetime.service %.service: %.service.in sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ +EXTRA_DIST = \ + $(gsettings_SCHEMAS) \ + indicator-datetime.service.in + +CLEANFILES = indicator-datetime.service + +if BUILD_CCPANEL pkgdata_DATA = datetime-dialog.ui @INTLTOOL_DESKTOP_RULE@ desktopdir = $(datadir)/applications desktop_DATA = indicator-datetime-preferences.desktop -EXTRA_DIST = \ - $(gsettings_SCHEMAS) \ - datetime-dialog.ui \ - indicator-datetime-preferences.desktop \ - indicator-datetime-preferences.desktop.in \ - indicator-datetime.service.in +EXTRA_DIST += \ + indicator-datetime-preferences.desktop -CLEANFILES = indicator-datetime-preferences.desktop indicator-datetime.service +CLEANFILES += indicator-datetime-preferences.desktop +endif + +EXTRA_DIST += \ + datetime-dialog.ui \ + indicator-datetime-preferences.desktop.in |
