diff options
Diffstat (limited to 'xine_artsplugin/Makefile.am')
-rw-r--r-- | xine_artsplugin/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_artsplugin/Makefile.am b/xine_artsplugin/Makefile.am index 395873b5..753ca766 100644 --- a/xine_artsplugin/Makefile.am +++ b/xine_artsplugin/Makefile.am @@ -4,7 +4,7 @@ AM_CFLAGS = -U__STRICT_ANSI__ lib_LTLIBRARIES = libarts_xine.la -libarts_xine_la_SOURCES = xinePlayObject.cc \ +libarts_xine_la_SOURCES = xinePlayObject.cpp \ xinePlayObject_impl.cpp \ audio_fifo_out.c libarts_xine_la_LDFLAGS = $(all_libraries) -module -no-undefined -pthread @@ -14,7 +14,7 @@ libarts_xine_la_LIBADD = $(XINE_LIBS) $(LIBPTHREAD) $(LIB_X11) $(LIB_XEXT) $(LIB libarts_xine_la_METASOURCES = AUTO $(srcdir)/xinePlayObject_impl.cpp: xinePlayObject.h -xinePlayObject.cc xinePlayObject.h: $(srcdir)/xinePlayObject.idl +xinePlayObject.cpp xinePlayObject.h: $(srcdir)/xinePlayObject.idl $(MCOPIDL) -I$(kde_includes)/arts $(srcdir)/xinePlayObject.idl noinst_HEADERS = xinePlayObject_impl.h audio_fifo_out.h |