diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-06-22 00:20:12 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-06-22 00:20:12 +0000 |
commit | e484c8e649bd8dbd42da2d4641cd9250626afabf (patch) | |
tree | 8a4e332f8512343b6bdde5bea09cf8a7b428e908 /src/libxinevdec | |
parent | 172a84d33e8d0f3f9c545eff32a222f0674c2609 (diff) | |
download | xine-lib-e484c8e649bd8dbd42da2d4641cd9250626afabf.tar.gz xine-lib-e484c8e649bd8dbd42da2d4641cd9250626afabf.tar.bz2 |
Fix missing files in tarball problem.
CVS patchset: 2123
CVS date: 2002/06/22 00:20:12
Diffstat (limited to 'src/libxinevdec')
-rw-r--r-- | src/libxinevdec/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libxinevdec/Makefile.am b/src/libxinevdec/Makefile.am index 59c03fd7d..1c517aa19 100644 --- a/src/libxinevdec/Makefile.am +++ b/src/libxinevdec/Makefile.am @@ -1,6 +1,8 @@ CFLAGS = @CFLAGS@ DEBUG_CFLAGS = @DEBUG_CFLAGS@ +EXTRA_DIST = foovideo.c + LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic libdir = $(XINE_PLUGINDIR) |