summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-04-29 21:05:40 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-04-29 21:05:40 +0000
commit2e535a5ceb503b728b630facad006b8e1c5fceba (patch)
tree81d210de4a1b99be4b5a8751dba8a73276044d08 /src
parent80bd1c298d70acdcf862a84c554c1d4d47de67bb (diff)
downloadxine-lib-2e535a5ceb503b728b630facad006b8e1c5fceba.tar.gz
xine-lib-2e535a5ceb503b728b630facad006b8e1c5fceba.tar.bz2
Fix 'make dist', all files are included in tarball now.
CVS patchset: 1809 CVS date: 2002/04/29 21:05:40
Diffstat (limited to 'src')
-rw-r--r--src/dxr3/Makefile.am8
1 files changed, 4 insertions, 4 deletions
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)"