diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-06-26 00:18:18 +0200 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-06-26 00:18:18 +0200 |
commit | 106146172620ce24dc34575a3ad5237251a80407 (patch) | |
tree | a1d8b762fcb70f46208e69dae7b2d4c1c7ba8e45 /src/Makefile.am | |
parent | 82c080337fc3f420043dab2784f598472c7cfda0 (diff) | |
download | ayatana-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.am | 4 |
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) \ |