diff options
author | Ted Gould <ted@gould.cx> | 2010-01-21 08:51:36 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-21 08:51:36 -0600 |
commit | 2c3e17d79945f95fe041a11c5b61f50afbc6a7ed (patch) | |
tree | 3aac90e8ecb10db8d8d46faf1982e39981628fb9 /src/Makefile.am | |
parent | 2062afe66d50fc10ff839ab7a0d127f5eaaa9197 (diff) | |
parent | a9bf19636361c1d4a912db0a4d51d21d025b4640 (diff) | |
download | libayatana-appindicator-2c3e17d79945f95fe041a11c5b61f50afbc6a7ed.tar.gz libayatana-appindicator-2c3e17d79945f95fe041a11c5b61f50afbc6a7ed.tar.bz2 libayatana-appindicator-2c3e17d79945f95fe041a11c5b61f50afbc6a7ed.zip |
* Upstream merge
* Adding in a file to position the indicators
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 \ |