diff options
author | Ted Gould <ted@gould.cx> | 2010-08-12 09:30:07 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-12 09:30:07 -0500 |
commit | f6b5ccdf34323425d94e594c6f748c1d4201cf89 (patch) | |
tree | 12edca8958f0b5ac704f5724ac75a7263660498f /data/Makefile.am | |
parent | d7c7a2ae1656af559bfbdb2716fe381d313b5a53 (diff) | |
parent | b7d28a11de1b283cffa4caea1abfb94e01db3fdd (diff) | |
download | libayatana-appindicator-f6b5ccdf34323425d94e594c6f748c1d4201cf89.tar.gz libayatana-appindicator-f6b5ccdf34323425d94e594c6f748c1d4201cf89.tar.bz2 libayatana-appindicator-f6b5ccdf34323425d94e594c6f748c1d4201cf89.zip |
Switching to using ordering IDs instead of the LRU file.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index cc1961b..c142c4e 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -5,7 +5,13 @@ dbus_services_DATA = indicator-application.service %.service: %.service.in sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ -EXTRA_DIST = indicator-application.service.in +overridedir = $(pkgdatadir) +override_DATA = ordering-override.keyfile -CLEANFILES = indicator-application.service +EXTRA_DIST = \ + indicator-application.service.in \ + ordering-override.keyfile + +CLEANFILES = \ + indicator-application.service |