link modules to emotion

SVN revision: 29901
This commit is contained in:
Carsten Haitzler 2007-05-07 14:04:40 +00:00
parent 7b3c84b267
commit 2432f85b41
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ emotion_decoder_xine_la_SOURCES = \
emotion_xine.c \ emotion_xine.c \
emotion_xine.h \ emotion_xine.h \
emotion_xine_vo_out.c emotion_xine_vo_out.c
emotion_decoder_xine_la_LIBADD = @EVAS_LIBS@ @ECORE_LIBS@ @XINE_LIBS@ -lpthread emotion_decoder_xine_la_LIBADD = @EVAS_LIBS@ @ECORE_LIBS@ @XINE_LIBS@ $(top_builddir)/src/lib/libemotion.la -lpthread
emotion_decoder_xine_la_LDFLAGS = -module -avoid-version \ emotion_decoder_xine_la_LDFLAGS = -module -avoid-version \
-L$(top_builddir)/src/lib -L$(top_builddir)/src/lib/.libs -L$(top_builddir)/src/lib -L$(top_builddir)/src/lib/.libs
emotion_decoder_xine_la_DEPENDENCIES = $(top_builddir)/config.h emotion_decoder_xine_la_DEPENDENCIES = $(top_builddir)/config.h
@ -38,7 +38,7 @@ emotion_gstreamer.c \
emotion_gstreamer.h \ emotion_gstreamer.h \
emotion_gstreamer_pipeline.c \ emotion_gstreamer_pipeline.c \
emotion_gstreamer_pipeline.h emotion_gstreamer_pipeline.h
emotion_decoder_gstreamer_la_LIBADD = @EVAS_LIBS@ @ECORE_LIBS@ @GST_LIBS@ emotion_decoder_gstreamer_la_LIBADD = @EVAS_LIBS@ @ECORE_LIBS@ @GST_LIBS@ $(top_builddir)/src/lib/libemotion.la
emotion_decoder_gstreamer_la_LDFLAGS = -module -avoid-version \ emotion_decoder_gstreamer_la_LDFLAGS = -module -avoid-version \
-L$(top_builddir)/src/lib -L$(top_builddir)/src/lib/.libs -L$(top_builddir)/src/lib -L$(top_builddir)/src/lib/.libs
emotion_decoder_gstreamer_la_DEPENDENCIES = $(top_builddir)/config.h emotion_decoder_gstreamer_la_DEPENDENCIES = $(top_builddir)/config.h