~azzar1/unity/fix-trash-li-blocking

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Neil Jagdish Patel
  • Date: 2010-02-12 12:29:17 UTC
  • mto: (124.1.2 unity.miscfixes)
  • mto: This revision was merged to the branch mainline in revision 127.
  • Revision ID: neil.patel@canonical.com-20100212122917-ruemhr36vi0mut83
InitialĀ translationĀ support

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
  -DPKGDATADIR=\"$(PKGDATADIR)\" \
25
25
  -DINDICATORDIR=\""$(INDICATORDIR)"\" \
26
26
  -DINDICATORICONSDIR=\""$(INDICATORICONSDIR)"\" \
 
27
  -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
27
28
  $(BASE_CFLAGS) \
28
29
  $(MAINTAINER_CFLAGS) \
29
30
  -I$(top_srcdir)/libunity/ \
41
42
  --pkg clutk-0.3 \
42
43
  --pkg clutter-1.0 \
43
44
  --pkg clutter-gtk-0.10 \
 
45
  --pkg config \
44
46
  --pkg dbus-glib-1 \
45
47
  --pkg cogl-1.0 \
46
48
  --pkg dbus-glib-1 \
134
136
unity_CPPFLAGS = \
135
137
  $(BASE_CFLAGS) \
136
138
  $(MAINTAINER_CFLAGS) \
 
139
  -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
137
140
  -I$(top_srcdir)/libunity/
138
141
 
139
142
unity_VALAFLAGS = \
146
149
  --pkg clutter-1.0 \
147
150
  --pkg clutter-gtk-0.10 \
148
151
  --pkg cogl-1.0 \
 
152
  --pkg config \
149
153
  --pkg dbus-glib-1 \
150
154
  --pkg dbusmodel \
151
155
  --pkg gtk+-2.0 \