diff options
author | Ted Gould <ted@gould.cx> | 2010-08-10 14:49:00 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-10 14:49:00 -0500 |
commit | d2c36a2dc643c8760556736067e1134aed674800 (patch) | |
tree | 390d09745ae62aca4b30be3f49f823db7827c97e /src/Makefile.am | |
parent | bf3f4c6eb3affcf8e66b67ed61666c93a97ca47b (diff) | |
download | ayatana-indicator-application-d2c36a2dc643c8760556736067e1134aed674800.tar.gz ayatana-indicator-application-d2c36a2dc643c8760556736067e1134aed674800.tar.bz2 ayatana-indicator-application-d2c36a2dc643c8760556736067e1134aed674800.zip |
Removing the LRU file object.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 620527c..a7cfc0b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,8 +44,6 @@ 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.c \ application-service-watcher.h \ application-service-watcher.c \ |