diff options
author | Ted Gould <ted@gould.cx> | 2010-03-04 15:14:24 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-04 15:14:24 -0600 |
commit | c02292c7020477df40431dbbadfa30e79ed6a79a (patch) | |
tree | b014c3dc9c3441631c95e605483e326c19f525cf /src/Makefile.am | |
parent | b9713df6cd2898e5f86d8dcf1f39634bc1cc6736 (diff) | |
download | ayatana-indicator-messages-c02292c7020477df40431dbbadfa30e79ed6a79a.tar.gz ayatana-indicator-messages-c02292c7020477df40431dbbadfa30e79ed6a79a.tar.bz2 ayatana-indicator-messages-c02292c7020477df40431dbbadfa30e79ed6a79a.zip |
Building a new base object for our menuitem
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 01741d0..7a325c5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,6 +8,8 @@ libexec_PROGRAMS = indicator-messages-service messaginglibdir = $(INDICATORDIR) messaginglib_LTLIBRARIES = libmessaging.la libmessaging_la_SOURCES = \ + app-gtk-menu-item.h \ + app-gtk-menu-item.c \ indicator-messages.c \ messages-service-client.h \ dbus-data.h |