diff options
author | Ted Gould <ted@canonical.com> | 2009-10-28 14:57:38 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-28 14:57:38 -0500 |
commit | ecf44bf6a995071c7f0e5760dc3ed03542b993a0 (patch) | |
tree | dfcbf8e08d9714ea554b6522727eba381abee468 /src/Makefile.am | |
parent | ec8cd6885a17a2a03fc65c89f6e10f3da42b59de (diff) | |
download | libayatana-appindicator-ecf44bf6a995071c7f0e5760dc3ed03542b993a0.tar.gz libayatana-appindicator-ecf44bf6a995071c7f0e5760dc3ed03542b993a0.tar.bz2 libayatana-appindicator-ecf44bf6a995071c7f0e5760dc3ed03542b993a0.zip |
Adding an appstore object to hold all of our apps.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index aace163..6f7e6e6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -30,6 +30,9 @@ libexec_PROGRAMS = indicator-custom-service indicator_custom_service_SOURCES = \ custom-service.c \ + custom-service-appstore.h \ + custom-service-appstore.c \ + custom-service-server.h \ notification-item-client.h \ notification-watcher-server.h indicator_custom_service_CFLAGS = \ |