libgnomevfs2-mythtv/modules/Makefile.am
author morphbr
Sat Feb 10 20:01:54 2007 +0000 (2007-02-10)
branchtrunk
changeset 349 7005e696052c
permissions -rwxr-xr-x
[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@38
     1
INCLUDES = \
melunko@38
     2
	-I$(top_srcdir) \
melunko@38
     3
	-I$(top_builddir) \
melunko@38
     4
	$(GNOME_VFS_CFLAGS) \
melunko@38
     5
	$(LIBGMYTH_CFLAGS) \
melunko@38
     6
	-D_FILE_OFFSET_BITS=64 \
melunko@38
     7
	-D_BSD_SOURCE \
melunko@38
     8
	-D_LARGEFILE64_SOURCE \
melunko@38
     9
	-D_POSIX_PTHREAD_SEMANTICS \
melunko@38
    10
	-D_REENTRANT \
melunko@38
    11
	-DG_DISABLE_DEPRECATED \
melunko@38
    12
	-DG_LOG_DOMAIN=\"gnome-vfs-modules\"
melunko@38
    13
melunko@38
    14
EXTRA_DIST = \
melunko@38
    15
	mythtv-module.conf 
melunko@38
    16
melunko@38
    17
modulesconfdir = $(sysconfdir)/gnome-vfs-2.0/modules
melunko@38
    18
modulesconf_DATA = \
melunko@38
    19
	mythtv-module.conf
melunko@38
    20
			
melunko@38
    21
module_flags = -export_dynamic -avoid-version -module -no-undefined
melunko@38
    22
modulesdir = $(libdir)/gnome-vfs-2.0/modules
melunko@38
    23
modules_LTLIBRARIES = libmythtv.la 
melunko@38
    24
melunko@38
    25
libmythtv_la_SOURCES = mythtv-method.c
melunko@38
    26
libmythtv_la_LDFLAGS = $(module_flags)
melunko@38
    27
libmythtv_la_LIBADD = $(GNOME_VFS_LIBS) $(LIBGMYTH_LIBS)