diff options
author | Ted Gould <ted@canonical.com> | 2009-01-21 12:32:45 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-21 12:32:45 -0600 |
commit | 78c5736eca06ce2d4e03b6dff52c75ec883c4fa8 (patch) | |
tree | 3fc7a519caf7281e1fbb9c9919cf76d53b8a8cb6 /src/Makefile.am | |
parent | feb4d8154e758c69fb0e796f27be39239f8cc31e (diff) | |
download | ayatana-indicator-messages-78c5736eca06ce2d4e03b6dff52c75ec883c4fa8.tar.gz ayatana-indicator-messages-78c5736eca06ce2d4e03b6dff52c75ec883c4fa8.tar.bz2 ayatana-indicator-messages-78c5736eca06ce2d4e03b6dff52c75ec883c4fa8.zip |
Linking together
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index eda93d7..617ac45 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ messaginglibdir = $(libdir)/indicators/1 messaginglib_LTLIBRARIES = libmessaging.la -libmessaging_la_SOURCES = indicator-messages.c +libmessaging_la_SOURCES = indicator-messages.c im-menu-item.c im-menu-item.h libmessaging_la_CFLAGS = $(APPLET_CFLAGS) libmessaging_la_LIBADD = $(APPLET_LIBS) |