~ubuntu-branches/ubuntu/maverick/libdbusmenu/maverick

« back to all changes in this revision

Viewing changes to tools/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2010-07-22 21:17:13 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20100722211713-i4s3p7cyn0m2o3c4
Tags: 0.3.7-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
dbusmenu_dumper_CFLAGS = \
12
12
        -I $(srcdir)/.. \
13
 
        $(DBUSMENUGLIB_CFLAGS) -Wall -Werror
 
13
        $(DBUSMENUGLIB_CFLAGS) \
 
14
        $(DBUSMENUDUMPER_CFLAGS) \
 
15
        -Wall -Werror
14
16
 
15
17
dbusmenu_dumper_LDADD = \
16
18
        ../libdbusmenu-glib/libdbusmenu-glib.la \
17
 
        $(DBUSMENUGLIB_LIBS)
 
19
        $(DBUSMENUGLIB_LIBS) \
 
20
        $(DBUSMENUDUMPER_LIBS)
18
21
 
19
22
doc_DATA = README.dbusmenu-bench
20
23