~ubuntu-branches/debian/sid/ntrack/sid

« back to all changes in this revision

Viewing changes to gobject/test/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:
22
22
EXTRA_DIST = $(NULL)
23
23
 
24
24
test_libs = \
25
 
        $(GLIB_LIBS) \
26
25
        $(GOBJECT_LIBS) \
27
26
        ../libntrack-gobject.la \
28
27
        $(NULL)
34
33
        -I$(srcdir)/.. \
35
34
        -I$(srcdir)/../../common \
36
35
        -I$(srcdir)/../../glib \
37
 
        $(GLIB_CFLAGS) \
38
36
        $(GOBJECT_CFLAGS) \
39
37
        $(NULL)
40
38