diff options
author | Ted Gould <ted@canonical.com> | 2008-12-04 16:34:45 -0800 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2008-12-04 16:34:45 -0800 |
commit | 76713f09cbc4543756e17d5afe56c42b6e71c847 (patch) | |
tree | 77c85d466c6f0db9b774e9d0effc4cb491387acd /src/Makefile.am | |
download | ayatana-indicator-session-76713f09cbc4543756e17d5afe56c42b6e71c847.tar.gz ayatana-indicator-session-76713f09cbc4543756e17d5afe56c42b6e71c847.tar.bz2 ayatana-indicator-session-76713f09cbc4543756e17d5afe56c42b6e71c847.zip |
Checkmark checkin
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..86b3234 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,5 @@ + +messaginglibdir = $(libdir)/indicators +messaginglib_LTLIBRARIES = messaging.la +messaging_la_SOURCES = indicator-messages.c \ + indicator-messages.h |