~unity-team/unity-lens-sample/trunk

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Michal Hruby
  • Date: 2012-01-30 22:06:04 UTC
  • Revision ID: michal.mhr@gmail.com-20120130220604-vs5dwe3j2y7v8vqi
Update for libunity 5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
  -DPKGDATADIR=\"$(PKGDATADIR)\" \
14
14
  -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
15
15
  -DG_LOG_DOMAIN=\"unity-sample-daemon\" \
16
 
  $(PLACE_DAEMON_CFLAGS) \
 
16
  $(LENS_DAEMON_CFLAGS) \
17
17
  $(MAINTAINER_CFLAGS) \
18
18
  -I$(srcdir)
19
19
 
27
27
  --pkg gee-1.0 \
28
28
  --pkg gio-2.0 \
29
29
  --pkg gio-unix-2.0 \
30
 
  --define=GLIB_2_22 \
 
30
  --target-glib=2.26 \
31
31
  $(MAINTAINER_VALAFLAGS)
32
32
 
33
33
unity_sample_daemon_LDADD = \
34
 
  $(PLACE_DAEMON_LIBS) \
 
34
  $(LENS_DAEMON_LIBS) \
35
35
  $(NULL)
36
36
 
37
37
unity_sample_daemon_VALASOURCES = \
56
56
# Introduced because of our requirements for the GLIB_2_22 define. See above.
57
57
unity_sample_daemon.vala.stamp: $(unity_sample_daemon_VALASOURCES)
58
58
        $(AM_V_GEN) $(VALAC) $(unity_sample_daemon_VALAFLAGS) $^
59
 
        touch unity_sample_daemon.vala.stamp
60
 
        sed -i -e 's/g_ptr_array_unref (var, TRUE)/g_ptr_array_unref (var)/g' daemon.c
 
59
        @touch $@
61
60
 
62
61
CLEANFILES += \
63
62
  *.stamp \