diff --git a/legacy/emotion/Makefile.am b/legacy/emotion/Makefile.am index ed6f942a0b..3131dbb807 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 528de493bb..83df62f456 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