diff options
| author | Ted Gould <ted@gould.cx> | 2010-08-10 15:26:11 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-08-10 15:26:11 -0500 |
| commit | 3b61df4d99cc816dd8c3b3d67662b410ef9787a6 (patch) | |
| tree | 3e539d565bf74f2c863f1d34dd01d68252712b9d /src/Makefile.am | |
| parent | e4484ffe6a33711c357b94e42b0902e4fcc566e0 (diff) | |
| parent | a34479eb97125446bfb5a8c6b86e2c6552319fa1 (diff) | |
| download | libayatana-appindicator-3b61df4d99cc816dd8c3b3d67662b410ef9787a6.tar.gz libayatana-appindicator-3b61df4d99cc816dd8c3b3d67662b410ef9787a6.tar.bz2 libayatana-appindicator-3b61df4d99cc816dd8c3b3d67662b410ef9787a6.zip | |
* Upstream Merge
* Add in ordering IDs
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0e84749..a7cfc0b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,17 +44,19 @@ 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 \ app-indicator-enum-types.c \ - dbus-shared.h + dbus-shared.h \ + generate-id.h \ + generate-id.c + indicator_application_service_CFLAGS = \ $(INDICATOR_CFLAGS) \ -Wall -Werror \ -DG_LOG_DOMAIN=\"indicator-application-service\" + indicator_application_service_LDADD = \ $(INDICATOR_LIBS) \ libappindicator.la @@ -95,7 +97,9 @@ libappindicator_la_SOURCES = \ $(libappindicator_headers) \ app-indicator-enum-types.c \ app-indicator.c \ - application-service-marshal.c + application-service-marshal.c \ + generate-id.h \ + generate-id.c libappindicator_la_LDFLAGS = \ -version-info 1:0:0 \ |
