diff options
| author | Ted Gould <ted@gould.cx> | 2010-01-19 10:42:11 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-01-19 10:42:11 -0600 |
| commit | f8d65da606cc460ebac5f273b754e8885dc91433 (patch) | |
| tree | 4857945d91cb4d90600148ccc9a79522fe02f53b /src/Makefile.am | |
| parent | f0104e11357b5804aea2ecead13f99231b671a75 (diff) | |
| download | ayatana-indicator-application-f8d65da606cc460ebac5f273b754e8885dc91433.tar.gz ayatana-indicator-application-f8d65da606cc460ebac5f273b754e8885dc91433.tar.bz2 ayatana-indicator-application-f8d65da606cc460ebac5f273b754e8885dc91433.zip | |
Adding an object to start tracking the lru of the app 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 \ |
