gmyth-upnp/src/Makefile.am
author rosfran
Wed Jan 10 20:32:11 2007 +0000 (2007-01-10)
branchtrunk
changeset 252 0bddbe7eba51
parent 249 dcf6bffe29a1
child 696 7afeec40ed62
permissions -rw-r--r--
[svn r253] Fixes some autotools problems.
melunko@249
     1
SUBDIRS = .
melunko@249
     2
rosfran@252
     3
lib_LTLIBRARIES = libgmythupnp.la
melunko@249
     4
rosfran@252
     5
libgmythupnp_la_SOURCES = 			\
rosfran@252
     6
	gmyth_upnp.c
rosfran@252
     7
	
rosfran@252
     8
libgmythupnp_la_CFLAGS = 			\
rosfran@252
     9
	-DDATADIR=\"$(pkgdatadir)\" 	\
rosfran@252
    10
	$(LIBGMYTH_CFLAGS)			\
rosfran@252
    11
	$(CYBERLINK_CFLAGS)
melunko@249
    12
rosfran@252
    13
libgmythupnp_la_LDFLAGS = 			\
rosfran@252
    14
	-export-dynamic 		\
rosfran@252
    15
	$(LIBGMYTH_LIBS) 			\
rosfran@252
    16
	$(CYBERLINK_LIBS)
melunko@249
    17
rosfran@252
    18
libgmythupnp_includedir = 			\
melunko@249
    19
	$(pkgincludedir)
melunko@249
    20
rosfran@252
    21
libgmythupnp_include_HEADERS =    		\
rosfran@252
    22
	gmyth_upnp.h
melunko@249
    23
	
melunko@249
    24
CLEANFILES = $(BUILT_SOURCES)