[rygel-gst-0-10-plugins] Fix installation path and LDFLAGS.



commit e2836b1a288a30c559f69dafdeb5e71d458941ef
Author: Krzesimir Nowak <krnowak openismus com>
Date:   Wed Feb 6 13:36:01 2013 +0100

    Fix installation path and LDFLAGS.

 Makefile.am                  |    3 ---
 src/media-export/Makefile.am |    8 +++++---
 2 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0933d91..c14b851 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,6 +26,3 @@ dist-hook:
 		else \
 				echo A git clone is required to generate a ChangeLog >&2; \
 		fi
-
-vala-clean:
-	rm -f `find . -name "*.stamp"`
diff --git a/src/media-export/Makefile.am b/src/media-export/Makefile.am
index b0acb82..a811079 100644
--- a/src/media-export/Makefile.am
+++ b/src/media-export/Makefile.am
@@ -1,7 +1,6 @@
-include $(top_srcdir)/data/common.am
-
+# TODO: export this directory in some Rygel's pc file.
+exportdir = $(libdir)/rygel-2.0/plugins
 export_LTLIBRARIES = librygel-media-export-gst-0-10.la
-exportdir = $(libdir)/rygel-2.0/exports
 
 librygel_media_export_gst_0_10_la_SOURCES = \
 	rygel-media-export-collate.c \
@@ -47,4 +46,7 @@ librygel_media_export_gst_0_10_la_LIBADD = \
 	$(DEPS_LIBS) \
 	$(COLLATION_LIBS)
 
+# TODO: export these flags in some Rygel's pc file.
+RYGEL_PLUGIN_LINKER_FLAGS = -shared -fPIC -module -avoid-version -Wl,-z,defs
+
 librygel_media_export_gst_0_10_la_LDFLAGS = $(RYGEL_PLUGIN_LINKER_FLAGS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]