gmyth-upnp/Makefile.am
author morphbr
Sat Feb 10 20:01:54 2007 +0000 (2007-02-10)
branchtrunk
changeset 349 7005e696052c
parent 249 dcf6bffe29a1
child 909 847da7267234
permissions -rw-r--r--
[svn r351] - Bug fix in gmyth_util.c: included support for time without seconds in gmyth_util_string_to_time_val_fmt (XML format from backend)
- Bug fix in gmyth_http.c: fixed bug when there are no channels
- gmyth_vlc.c/h: included support to specify a port when connecting to VLC
- tests: fixed vlc test file regarding the fix above
created script to compile http test app
melunko@249
     1
SUBDIRS= src
melunko@249
     2
melunko@249
     3
### all of the standard pc files we need to generate
rosfran@252
     4
pcfiles = gmyth-upnp.pc
melunko@249
     5
melunko@249
     6
all-local: $(pcfiles)
melunko@249
     7
melunko@249
     8
### how to generate pc files
rosfran@252
     9
%.pc: %.pc
melunko@249
    10
	cp $< $@
melunko@249
    11
melunko@249
    12
pkgconfigdir = $(libdir)/pkgconfig
melunko@249
    13
pkgconfig_DATA = $(pcfiles)
melunko@249
    14
melunko@249
    15
include aminclude.am
melunko@249
    16
melunko@249
    17
EXTRA_DIST =                            \
melunko@249
    18
        autogen.sh                      \
melunko@249
    19
        gmyth-upnp.pc.in		\
melunko@249
    20
        AUTHORS                         \
melunko@249
    21
        COPYING                         \
melunko@249
    22
        README
melunko@249
    23