author | renatofilho |
Thu Apr 12 22:34:28 2007 +0100 (2007-04-12) | |
branch | trunk |
changeset 540 | d6f9b0417346 |
permissions | -rw-r--r-- |
morphbr@534 | 1 |
INCLUDES = \ |
morphbr@534 | 2 |
-I$(top_srcdir) \ |
morphbr@534 | 3 |
-I$(top_builddir) \ |
morphbr@534 | 4 |
$(GNOME_VFS_CFLAGS) \ |
morphbr@534 | 5 |
$(LIBMYTHSTREAM_CFLAGS) \ |
morphbr@534 | 6 |
-D_FILE_OFFSET_BITS=64 \ |
morphbr@534 | 7 |
-D_BSD_SOURCE \ |
morphbr@534 | 8 |
-D_LARGEFILE64_SOURCE \ |
morphbr@534 | 9 |
-D_POSIX_PTHREAD_SEMANTICS \ |
morphbr@534 | 10 |
-D_REENTRANT \ |
morphbr@534 | 11 |
-DG_DISABLE_DEPRECATED \ |
morphbr@534 | 12 |
-DG_LOG_DOMAIN=\"gnome-vfs-modules\" |
morphbr@534 | 13 |
|
morphbr@534 | 14 |
EXTRA_DIST = \ |
morphbr@534 | 15 |
gmythstream-module.conf |
morphbr@534 | 16 |
|
morphbr@534 | 17 |
modulesconfdir = $(sysconfdir)/gnome-vfs-2.0/modules |
morphbr@534 | 18 |
modulesconf_DATA = \ |
morphbr@534 | 19 |
gmythstream-module.conf |
morphbr@534 | 20 |
|
morphbr@534 | 21 |
module_flags = -export_dynamic -avoid-version -module -no-undefined |
morphbr@534 | 22 |
modulesdir = $(libdir)/gnome-vfs-2.0/modules |
morphbr@534 | 23 |
modules_LTLIBRARIES = libgmythstream.la |
morphbr@534 | 24 |
|
morphbr@534 | 25 |
libgmythstream_la_SOURCES = gmythstream-method.c |
morphbr@534 | 26 |
libgmythstream_la_LDFLAGS = $(module_flags) |
morphbr@534 | 27 |
libgmythstream_la_LIBADD = \ |
morphbr@534 | 28 |
$(GNOME_VFS_LIBS) \ |
morphbr@534 | 29 |
$(LIBMYTHSTREAM_LIBS) |