efl: fix make dist-check.
authorcedric <cedric>
Tue, 19 Jul 2011 22:34:17 +0000 (22:34 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 19 Jul 2011 22:34:17 +0000 (22:34 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@61511 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

Makefile.am
src/lib/Makefile.am

index ed6f942..3131dbb 100644 (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
index 528de49..83df62f 100644 (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