diff options
author | Ted Gould <ted@gould.cx> | 2010-08-05 17:06:59 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-05 17:06:59 -0500 |
commit | 649c799e5edc8d22c4b55af75c88aebf0c6d61f3 (patch) | |
tree | d30e3faf06f835f07b360b83615f44c73b414efb /src/Makefile.am | |
parent | 9291697e3e6d4270a7f6200c0dc3d85743feb6d2 (diff) | |
parent | d377c945f1dcc36710313fdfa7e79b725fa8d42e (diff) | |
download | ayatana-indicator-application-649c799e5edc8d22c4b55af75c88aebf0c6d61f3.tar.gz ayatana-indicator-application-649c799e5edc8d22c4b55af75c88aebf0c6d61f3.tar.bz2 ayatana-indicator-application-649c799e5edc8d22c4b55af75c88aebf0c6d61f3.zip |
Adding label support
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 \ |