1.1 --- a/gmyth/src/Makefile.am Wed Feb 28 14:22:25 2007 +0000
1.2 +++ b/gmyth/src/Makefile.am Fri Mar 02 21:25:50 2007 +0000
1.3 @@ -18,16 +18,17 @@
1.4 gmyth_query.c \
1.5 gmyth_socket.c \
1.6 gmyth_stringlist.c \
1.7 - gmyth_monitor_handler.c \
1.8 - gmyth_file_transfer.c \
1.9 + gmyth_monitor_handler.c \
1.10 + gmyth_file_transfer.c \
1.11 gmyth_livetv.c \
1.12 gmyth_backendinfo.c \
1.13 gmyth_programinfo.c \
1.14 - gmyth_uri.c \
1.15 + gmyth_uri.c \
1.16 gmyth_http.c \
1.17 - gmyth_vlc.c \
1.18 + gmyth_vlc.c \
1.19 gmyth_jobqueue.c \
1.20 gmyth_transcode.c \
1.21 + gmyth_recprofile.c \
1.22 $(BUILT_SOURCES)
1.23
1.24
1.25 @@ -44,16 +45,16 @@
1.26 mv gmyth_marshal.c.tmp gmyth_marshal.c
1.27
1.28 libgmyth_la_CFLAGS = \
1.29 - -DDATADIR=\"$(pkgdatadir)\" \
1.30 + -DDATADIR=\"$(pkgdatadir)\" \
1.31 $(GLIB_CFLAGS) \
1.32 $(GOBJECT_CFLAGS) \
1.33 $(GST_CFLAGS) \
1.34 $(GSTBASE_CFLAGS) \
1.35 - $(GSTPLUGINSBASE_CFLAGS) \
1.36 + $(GSTPLUGINSBASE_CFLAGS) \
1.37 $(MYSQL_CFLAGS) \
1.38 $(LIBXML_CFLAGS)
1.39
1.40 -libgmyth_la_LDFLAGS = \
1.41 +libgmyth_la_LDFLAGS = \
1.42 -export-dynamic \
1.43 $(MYSQL_LIBS) \
1.44 $(GST_LIBS) \
1.45 @@ -65,7 +66,7 @@
1.46 $(pkgincludedir)
1.47
1.48 libgmyth_include_HEADERS = \
1.49 - gmyth.h \
1.50 + gmyth.h \
1.51 gmyth_common.h \
1.52 gmyth_debug.h \
1.53 gmyth_epg.h \
1.54 @@ -77,15 +78,16 @@
1.55 gmyth_socket.h \
1.56 gmyth_remote_util.h \
1.57 gmyth_stringlist.h \
1.58 - gmyth_monitor_handler.h \
1.59 - gmyth_file_transfer.h \
1.60 + gmyth_monitor_handler.h \
1.61 + gmyth_file_transfer.h \
1.62 gmyth_livetv.h \
1.63 gmyth_backendinfo.h \
1.64 gmyth_programinfo.h \
1.65 - gmyth_uri.h \
1.66 + gmyth_uri.h \
1.67 gmyth_http.h \
1.68 - gmyth_vlc.h \
1.69 + gmyth_vlc.h \
1.70 gmyth_jobqueue.h \
1.71 - gmyth_transcode.h
1.72 + gmyth_transcode.h \
1.73 + gmyth_recprofile.h
1.74
1.75 CLEANFILES = $(BUILT_SOURCES)