~alexlauni/libunity-webapps/multiple-messaging-menu-accounts

« back to all changes in this revision

Viewing changes to src/webapps-service/Makefile.am

  • Committer: Robert Carr
  • Date: 2011-12-05 18:17:47 UTC
  • Revision ID: racarr@canonical.com-20111205181747-uhskoo044v5vkys0
Split context daemon and server

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" $(UNITY_WEBAPPS_CFLAGS)
7
7
 
8
8
libexec_PROGRAMS = \
9
 
        unity-webapps-context-daemon
 
9
        unity-webapps-service
10
10
 
11
 
unity_webapps_context_daemon_SOURCES = \
12
 
        unity-webapps-context-daemon.c \
13
 
        unity-webapps-context-daemon.h \
 
11
unity_webapps_service_SOURCES = \
 
12
        unity-webapps-service.c \
 
13
        unity-webapps-service.h \
14
14
        gen-webapps-service.xml.c \
15
15
        gen-webapps-service.xml.h
16
16
 
17
 
unity_webapps_context_daemon_LDADD = $(UNITY_WEBAPPS_LIBS)
 
17
unity_webapps_service_LDADD = $(UNITY_WEBAPPS_LIBS)
18
18
 
19
19
DBUS_SPEC = \
20
20
        webapps-service.xml