libgnomevfs2-mythtv/modules/Makefile.am
author morphbr
Wed Feb 07 00:03:05 2007 +0000 (2007-02-07)
branchtrunk
changeset 329 818deb9ae65d
permissions -rwxr-xr-x
[svn r331] - Updated gmyth_http (comments, etc..)
- Modified gmyth_http test file (test/http.c to test/gmyth_test_http.c)
- Created gmyth_vlc (interface for vlc - will be used for live tv and cool stuff)
- Created gmyth_vlc test file (test/gmyth_test_vlc.c)
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)