aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-06-26 00:18:18 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-06-26 00:18:18 +0200
commit106146172620ce24dc34575a3ad5237251a80407 (patch)
treea1d8b762fcb70f46208e69dae7b2d4c1c7ba8e45 /src/Makefile.am
parent82c080337fc3f420043dab2784f598472c7cfda0 (diff)
downloadayatana-indicator-messages-106146172620ce24dc34575a3ad5237251a80407.tar.gz
ayatana-indicator-messages-106146172620ce24dc34575a3ad5237251a80407.tar.bz2
ayatana-indicator-messages-106146172620ce24dc34575a3ad5237251a80407.zip
messages-service.c: move gsettings strv handling into gsettingsstrv.[ch]
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 95a6258..79fdee6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -46,7 +46,9 @@ indicator_messages_service_SOURCES = \
app-section.h \
dbus-data.h \
gactionmuxer.c \
- gactionmuxer.h
+ gactionmuxer.h \
+ gsettingsstrv.c \
+ gsettingsstrv.h
indicator_messages_service_CFLAGS = \
$(APPLET_CFLAGS) \