From: Cedric BAIL Date: Tue, 19 Jul 2011 22:34:17 +0000 (+0000) Subject: efl: fix make dist-check. X-Git-Tag: submit/devel/efl/20131022.203902~8742 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=716660e50933a4e85d089db604ca7156ce18fac6;p=platform%2Fupstream%2Fefl.git efl: fix make dist-check. SVN revision: 61511 --- diff --git a/legacy/emotion/Makefile.am b/legacy/emotion/Makefile.am index ed6f942..3131dbb 100644 --- a/legacy/emotion/Makefile.am +++ b/legacy/emotion/Makefile.am @@ -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 diff --git a/legacy/emotion/src/lib/Makefile.am b/legacy/emotion/src/lib/Makefile.am index 528de49..83df62f 100644 --- a/legacy/emotion/src/lib/Makefile.am +++ b/legacy/emotion/src/lib/Makefile.am @@ -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