efl: fix make dist-check.

SVN revision: 61511
This commit is contained in:
Cedric BAIL 2011-07-19 22:34:17 +00:00
parent 501232ecfc
commit 716660e509
2 changed files with 3 additions and 3 deletions

View File

@ -8,13 +8,13 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess emotion.spec \
config.h.in config.sub configure install-sh \
ltconfig ltmain.sh missing mkinstalldirs \
stamp-h.in emotion_docs.tar \
emotion.c acconfig.h depcomp \
emotion.pc acconfig.h depcomp \
$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc.tar.bz2
bin_SCRIPTS =
EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN \
emotion.spec emotion.spec.in emotion.c.in Doxyfile \
emotion.spec emotion.spec.in emotion.pc.in \
emotion.pc.in
pkgconfigdir = $(libdir)/pkgconfig

View File

@ -40,7 +40,7 @@ endif
if EMOTION_STATIC_BUILD_GSTREAMER
libemotion_la_SOURCES += \
$(top_srcdir)/src/modules/gstreamer/emotion_gstreamer.c \
$(top_srcdir)/src/modules/gstreamer/emotion_gstreamer_pipeline.c
$(top_srcdir)/src/modules/gstreamer/emotion_sink.c
endif
if EMOTION_STATIC_BUILD_VLC