From 2e535a5ceb503b728b630facad006b8e1c5fceba Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 29 Apr 2002 21:05:40 +0000 Subject: Fix 'make dist', all files are included in tarball now. CVS patchset: 1809 CVS date: 2002/04/29 21:05:40 --- src/dxr3/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/dxr3/Makefile.am b/src/dxr3/Makefile.am index 6c679a039..084ed26e1 100644 --- a/src/dxr3/Makefile.am +++ b/src/dxr3/Makefile.am @@ -1,7 +1,5 @@ CFLAGS = @CFLAGS@ $(X_CFLAGS) $(LINUX_INCLUDE) -EXTRA_DIST = dxr3_decoder.c dxr3_vo_core.c dxr3_video_out.c nav_read.c alphablend.c nav_types.h nav_read.h alphablend.h bswap.h dxr3_video_out.h - LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic libdir = $(XINE_PLUGINDIR) @@ -10,10 +8,10 @@ if HAVE_DXR3 dxr3_modules = xineplug_decode_dxr3.la xineplug_vo_out_dxr3.la endif if HAVE_LIBFAME -link_fame=-lfame +link_fame = -lfame endif if HAVE_LIBRTE -link_rte=-lrte +link_rte = -lrte endif lib_LTLIBRARIES = $(dxr3_modules) @@ -27,6 +25,8 @@ xineplug_vo_out_dxr3_la_LIBADD = $(X_LIBS) -lXext xineplug_vo_out_dxr3_la_LDFLAGS = -avoid-version \ -module $(link_fame) $(link_rte) $(X_LIBS) +noinst_HEADERS = nav_types.h nav_read.h alphablend.h bswap.h dxr3_video_out.h + debug: @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(LINUX_INCLUDE)" -- cgit v1.2.3