morphbr@534: INCLUDES = \
morphbr@534: 	-I$(top_srcdir) \
morphbr@534: 	-I$(top_builddir) \
morphbr@534: 	$(GNOME_VFS_CFLAGS) \
morphbr@534: 	$(LIBMYTHSTREAM_CFLAGS) \
morphbr@534: 	-D_FILE_OFFSET_BITS=64 \
morphbr@534: 	-D_BSD_SOURCE \
morphbr@534: 	-D_LARGEFILE64_SOURCE \
morphbr@534: 	-D_POSIX_PTHREAD_SEMANTICS \
morphbr@534: 	-D_REENTRANT \
morphbr@534: 	-DG_DISABLE_DEPRECATED \
morphbr@534: 	-DG_LOG_DOMAIN=\"gnome-vfs-modules\"
morphbr@534: 
morphbr@534: EXTRA_DIST = \
morphbr@534: 	gmythstream-module.conf 
morphbr@534: 
morphbr@534: modulesconfdir = $(sysconfdir)/gnome-vfs-2.0/modules
morphbr@534: modulesconf_DATA = \
morphbr@534: 	gmythstream-module.conf
morphbr@534: 			
morphbr@534: module_flags = -export_dynamic -avoid-version -module -no-undefined
morphbr@534: modulesdir = $(libdir)/gnome-vfs-2.0/modules
morphbr@534: modules_LTLIBRARIES = libgmythstream.la 
morphbr@534: 
morphbr@534: libgmythstream_la_SOURCES = gmythstream-method.c
morphbr@534: libgmythstream_la_LDFLAGS = $(module_flags)
morphbr@534: libgmythstream_la_LIBADD = \
morphbr@534: 	$(GNOME_VFS_LIBS) \
morphbr@534: 	$(LIBMYTHSTREAM_LIBS)