diff options
author | Ted Gould <ted@canonical.com> | 2009-10-16 14:08:47 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-16 14:08:47 -0500 |
commit | d7e37560395505724e611326203b31e4649b773f (patch) | |
tree | 05cba7150edd607637f61593fe55926ad267d6ae | |
parent | ba81d4a04a4291ad065c64f4fc79fd51c4b68bc9 (diff) | |
download | libayatana-appindicator-d7e37560395505724e611326203b31e4649b773f.tar.gz libayatana-appindicator-d7e37560395505724e611326203b31e4649b773f.tar.bz2 libayatana-appindicator-d7e37560395505724e611326203b31e4649b773f.zip |
Adding the C file into the build as well.
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4989c51..07f3887 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -60,6 +60,7 @@ libcustomindicatorinclude_HEADERS = \ libcustomindicator_la_SOURCES = \ $(libcustomindicator_headers) \ + $(glib_enum_c) \ notification-watcher-client.h \ notification-item-server.h \ libcustomindicator/custom-indicator.c |