~ubuntu-branches/ubuntu/oneiric/ntrack/oneiric

« back to all changes in this revision

Viewing changes to gobject/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Reichle-Schmehl
  • Date: 2010-07-22 14:12:03 UTC
  • mfrom: (2.1.2 lucid)
  • Revision ID: james.westby@ubuntu.com-20100722141203-wjzkyhsrn2zm9j4t
Tags: 007-1
* Non-maintainer upload.
* Versioned this way on request of maintainer
* New upstream release
  * Fix build of backend (Closes: #589344)
  * Thanks to Davi Leal who prepared the same fix for the 006 branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
libntrack_gobject_la_CFLAGS = \
45
45
        $(AM_CFLAGS) \
46
 
        $(GLIB_CFLAGS) \
47
46
        $(GOBJECT_CFLAGS) \
48
47
        $(NULL)
49
48
 
50
49
libntrack_gobject_la_LIBADD = \
51
 
        $(GLIB_LIBS) \
52
50
        $(GOBJECT_LIBS) \
53
51
        ../glib/libntrack-glib.la \
54
52
        $(NULL)