~ubuntu-branches/ubuntu/precise/deja-dup/precise-updates

« back to all changes in this revision

Viewing changes to monitor/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2010-01-10 10:03:06 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100110100306-awjywmnuln6yusb9
Tags: upstream-13.5
ImportĀ upstreamĀ versionĀ 13.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
bin_PROGRAMS = deja-dup-monitor
21
21
 
22
22
VALA_CFLAGS = \
 
23
        --vapidir $(top_srcdir)/common \
23
24
        --vapidir $(top_srcdir)/vapi \
24
25
        --pkg gconf-2.0 \
25
26
        --pkg config \
26
27
        --pkg gio-2.0 \
 
28
  --pkg libcommon \
 
29
        --pkg libnotify \
27
30
        --pkg dbus-glib-1
28
31
 
29
32
AM_CFLAGS = \
 
33
        -I$(top_srcdir)/common \
30
34
        $(MONITOR_CFLAGS) \
31
35
        $(DEBUG_CFLAGS) \
32
36
        -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\"
49
53
        @exit 1
50
54
endif
51
55
 
52
 
deja_dup_monitor_LDADD = $(MONITOR_LIBS) @INTLLIBS@
 
56
deja_dup_monitor_LDADD = $(MONITOR_LIBS) @INTLLIBS@ $(top_builddir)/common/libcommon.la
53
57
 
54
58
EXTRA_DIST = vala.stamp $(deja_dup_monitor_VALASOURCES)