~3v1n0/bamf/libbamf-safer-factory-rematch

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Tarmac
  • Author(s): Robert Carr, Ken VanDine
  • Date: 2012-08-22 14:54:26 UTC
  • mfrom: (480.1.20 webapps)
  • Revision ID: tarmac-20120822145426-yez6iqddo6h11gl7
Tags: 0.3.0
Add webapps support. Fixes: . Approved by Marco Trevisan (Treviño), Jason Smith.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                bamf-application.c \
54
54
                bamf-window.c \
55
55
                bamf-tab.c \
56
 
                bamf-tab-source.c \
 
56
                bamf-unity-webapps-tab.c \
 
57
                bamf-unity-webapps-observer.c \
 
58
                bamf-unity-webapps-application.c \
57
59
                bamf-indicator-source.c \
58
60
                bamf-indicator.c \
59
61
                bamf-xutils.c \
74
76
                bamf-window.h \
75
77
                bamf-application.h \
76
78
                bamf-tab.h \
77
 
                bamf-tab-source.h \
 
79
                bamf-unity-webapps-tab.h \
 
80
                bamf-unity-webapps-observer.h \
 
81
                bamf-unity-webapps-application.h \
78
82
                bamf-indicator-source.h \
79
83
                bamf-indicator.h \
80
84
                bamf-xutils.h \
98
102
                $(GTK_LIBS) \
99
103
                $(WNCK_LIBS) \
100
104
                $(GTOP_LIBS) \
 
105
                $(LIBUNITY_WEBAPPS_LIBS) \
101
106
                $(NULL)
102
107
 
103
108
bamfdaemon_CFLAGS = \
109
114
                $(GTK_CFLAGS) \
110
115
                $(WNCK_CFLAGS) \
111
116
                $(GTOP_CFLAGS) \
 
117
                $(LIBUNITY_WEBAPPS_CFLAGS) \
112
118
                $(NULL)
113
119
 
114
120
bamfdaemon_LDFLAGS = \