~ubuntu-branches/ubuntu/lucid/gupnp-tools/lucid

« back to all changes in this revision

Viewing changes to src/av-cp/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-02-16 22:17:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090216221719-m23ajj6d2bhmyr40
Tags: 0.7-0ubuntu1
* New upstream release. (LP: #312551)
* debian/control
  - Added build dependency libglib2.0-dev (>= 2.12) as per upstream changes.
  - Added description for new tool.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
shareddir = $(datadir)/gupnp-tools
5
5
endif
6
6
 
7
 
AM_CFLAGS = $(LIBGUPNP_CFLAGS) $(LIBGUPNP_AV_CFLAGS) $(LIBGLADE_CFLAGS) \
 
7
AM_CFLAGS = $(LIBGUPNP_CFLAGS) \
 
8
            $(LIBGUPNP_AV_CFLAGS) \
 
9
            $(LIBGLADE_CFLAGS) \
 
10
            $(GTHREAD_CFLAGS) \
8
11
            -I$(top_srcdir) -DDATA_DIR='"$(shareddir)"' \
9
12
            -I$(top_srcdir)/src/common
10
13
 
24
27
gupnp_av_cp_LDADD = $(LIBGLADE_LIBS) \
25
28
                    $(LIBGUPNP_LIBS) \
26
29
                    $(LIBGUPNP_AV_LIBS) \
 
30
                    $(GTHREAD_LIBS) \
27
31
                    ../common/libicons.a
28
32
gupnp_av_cp_LDFLAGS = -export-dynamic
29
33