[svn r29] libgmyth dir removed trunk
authorleo_sobral
Mon Oct 09 19:31:49 2006 +0100 (2006-10-09)
branchtrunk
changeset 2853e90bebcb72
parent 27 af19eebeb4bf
child 29 081274382473
[svn r29] libgmyth dir removed
gmyth/src/libgmyth/Makefile.am
     1.1 --- a/gmyth/src/libgmyth/Makefile.am	Fri Oct 06 16:32:54 2006 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,59 +0,0 @@
     1.4 -SUBDIRS = .
     1.5 -
     1.6 -lib_LTLIBRARIES = libgmyth.la
     1.7 -
     1.8 -libgmyth_la_SOURCES = 			\
     1.9 -	gmyth_common.c				\
    1.10 -	gmyth_context.c				\
    1.11 -	gmyth_epg.c 				\
    1.12 -	gmyth_remote_encoder.c		\
    1.13 -	gmyth_remote_util.c			\
    1.14 -	gmyth_settings.c			\
    1.15 -	gmyth_tvchain.c				\
    1.16 -	gmyth_tvplayer.c			\
    1.17 -	gmyth_scheduler.c 			\
    1.18 -	gmyth_util.c				\
    1.19 -	gmyth_query.c				\
    1.20 -	gmyth_socket.c				\
    1.21 -	gmyth_stringlist.c				
    1.22 -
    1.23 -libgmyth_la_CFLAGS = 			\
    1.24 -	-DDATADIR=\"$(pkgdatadir)\" \
    1.25 -	$(GLIB_CFLAGS) 				\
    1.26 -	$(GTK_CFLAGS) 				\
    1.27 -	$(GOBJECT_CFLAGS)			\
    1.28 -	$(GST_CFLAGS) 				\
    1.29 -	$(GSTBASE_CFLAGS)			\
    1.30 -	$(MYSQL_CFLAGS)				\
    1.31 -	-g3 -O0
    1.32 -
    1.33 -#libgmyth_la_LIBADD =			\
    1.34 -#	$(MYSQL_LIBS)
    1.35 -
    1.36 -libgmyth_la_LDFLAGS = 			\
    1.37 -	-export-dynamic 			\
    1.38 -	-lgstinterfaces-0.10 		\
    1.39 -	$(MYSQL_LIBS) 				\
    1.40 -	$(GST_LIBS) 				\
    1.41 -	$(GSTBASE_LIBS)
    1.42 -
    1.43 -libgmyth_includedir = 			\
    1.44 -	$(pkgincludedir)
    1.45 -
    1.46 -libgmyth_include_HEADERS =    	\
    1.47 -	gmyth_common.h	 			\
    1.48 -	gmyth_context.h 			\
    1.49 -	gmyth_epg.h 				\
    1.50 -	gmyth_remote_encoder.h 		\
    1.51 -	gmyth_scheduler.h 			\
    1.52 -	gmyth_settings.h 			\
    1.53 -	gmyth_tvchain.h 			\
    1.54 -	gmyth_tvplayer.h 			\
    1.55 -	gmyth_util.h 				\
    1.56 -	gmyth_query.h 				\
    1.57 -	gmyth_socket.h 				\
    1.58 -	gmyth_remote_util.h			\
    1.59 -	gmyth_stringlist.h 				
    1.60 -
    1.61 -CLEANFILES = $(BUILT_SOURCES)
    1.62 -