diff options
author | Ted Gould <ted@gould.cx> | 2010-08-04 14:55:07 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-04 14:55:07 -0500 |
commit | 6eeaa491a8749fc13b7fc5a63fc8e62134d5c803 (patch) | |
tree | 0b3f492704dfbab0341608aad877d288de72f982 /src/Makefile.am | |
parent | 3f326bdebf4052e5ae620caf2cf1e17909c2f8f8 (diff) | |
parent | f2b808303f336aad4ee2663efb80a096dd61dcbd (diff) | |
download | libayatana-appindicator-6eeaa491a8749fc13b7fc5a63fc8e62134d5c803.tar.gz libayatana-appindicator-6eeaa491a8749fc13b7fc5a63fc8e62134d5c803.tar.bz2 libayatana-appindicator-6eeaa491a8749fc13b7fc5a63fc8e62134d5c803.zip |
* Upstream Merge
* Adding label support into the library
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 68be1c0..b704b5e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -94,7 +94,8 @@ BUILT_SOURCES += \ libappindicator_la_SOURCES = \ $(libappindicator_headers) \ app-indicator-enum-types.c \ - app-indicator.c + app-indicator.c \ + application-service-marshal.c libappindicator_la_LDFLAGS = \ -version-info 0:0:0 \ |