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 | |
parent | feb4d8154e758c69fb0e796f27be39239f8cc31e (diff) | |
download | ayatana-indicator-messages-78c5736eca06ce2d4e03b6dff52c75ec883c4fa8.tar.gz ayatana-indicator-messages-78c5736eca06ce2d4e03b6dff52c75ec883c4fa8.tar.bz2 ayatana-indicator-messages-78c5736eca06ce2d4e03b6dff52c75ec883c4fa8.zip |
Linking together
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/indicator-messages.c | 2 |
2 files changed, 3 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) diff --git a/src/indicator-messages.c b/src/indicator-messages.c index 68bc434..166d9e5 100644 --- a/src/indicator-messages.c +++ b/src/indicator-messages.c @@ -2,6 +2,8 @@ #include <gtk/gtk.h> #include <libindicate/listener.h> +#include "im-menu-item.h" + static IndicateListener * listener; static GHashTable * imHash; #if 0 |