diff options
author | Ted Gould <ted@gould.cx> | 2010-01-21 13:59:25 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-21 13:59:25 -0600 |
commit | f2b83652616aa17c85728eb7539d03500525b969 (patch) | |
tree | f73ea19bcf3e8f4af5e4d94d085a22b8fdc7291e /src/Makefile.am | |
parent | 38e8cebe7b5a6190bb504af82f483057327c1d25 (diff) | |
parent | a9bf19636361c1d4a912db0a4d51d21d025b4640 (diff) | |
download | libayatana-appindicator-f2b83652616aa17c85728eb7539d03500525b969.tar.gz libayatana-appindicator-f2b83652616aa17c85728eb7539d03500525b969.tar.bz2 libayatana-appindicator-f2b83652616aa17c85728eb7539d03500525b969.zip |
Adding support for a file tracking add and touch times for applications for ordering them.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d9b7963..38e6dd9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -35,6 +35,8 @@ indicator_application_service_SOURCES = \ application-service.c \ application-service-appstore.h \ application-service-appstore.c \ + application-service-lru-file.h \ + application-service-lru-file.c \ application-service-marshal.h \ application-service-marshal.c \ application-service-server.h \ |