~abreu-alexandre/libunity-webapps/bump-2.4.4-fix-distcheck

« back to all changes in this revision

Viewing changes to src/context-daemon/Makefile.am

  • Committer: Robert Carr
  • Date: 2012-02-04 06:17:39 UTC
  • mfrom: (503.1.2 build-system-fixes)
  • Revision ID: racarr@canonical.com-20120204061739-9ws9mbfc1n78f1kw
MergeĀ lp:~robertcarr/libunity-webapps/build-system-fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
4
4
        -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
5
5
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" $(UNITY_WEBAPPS_CFLAGS) $(UNITY_WEBAPPS_DAEMON_CFLAGS) $(TELEPATHY_GLIB_CFLAGS) \
6
 
        $(UNITY_WEBAPPS_DEBUG_CFLAGS) -I..
 
6
        $(UNITY_WEBAPPS_DEBUG_CFLAGS) -I.. -I../libunity-webapps
7
7
 
8
8
 
9
9
 
44
44
        unity-webapps-debug.c \
45
45
        ../unity-webapps-debug.h \
46
46
        ../unity-webapps-gen-context.c \
47
 
        ../unity-webapps-gen-context.h \
48
47
        ../unity-webapps-gen-notification.c \
49
 
        ../unity-webapps-gen-notification.h \
50
48
        ../unity-webapps-gen-indicator.c \
51
 
        ../unity-webapps-gen-indicator.h \
52
49
        ../unity-webapps-gen-music-player.c \
53
 
        ../unity-webapps-gen-music-player.h \
54
 
        ../unity-webapps-gen-launcher.c \
55
 
        ../unity-webapps-gen-launcher.h \
56
 
        ../unity-webapps-dbus-defs.h 
 
50
        ../unity-webapps-gen-launcher.c 
 
51
 
57
52
 
58
53
unity_webapps_context_daemon_LDADD = $(UNITY_WEBAPPS_LIBS) $(UNITY_WEBAPPS_DAEMON_LIBS) $(TELEPATHY_GLIB_LIBS)
59
54