diff options
author | Robin KAY <komadori@users.sourceforge.net> | 2004-04-29 12:47:39 +0000 |
---|---|---|
committer | Robin KAY <komadori@users.sourceforge.net> | 2004-04-29 12:47:39 +0000 |
commit | 545cc028be147382c76e56229f45af42cb400909 (patch) | |
tree | eeb388fec70b1cfc04022fb3ce4b6c46512b1f66 | |
parent | 92763971cb9dfeb351717dd895bb03062d9bc6de (diff) | |
download | xine-lib-545cc028be147382c76e56229f45af42cb400909.tar.gz xine-lib-545cc028be147382c76e56229f45af42cb400909.tar.bz2 |
vis.h is missing from dist.
CVS patchset: 6459
CVS date: 2004/04/29 12:47:39
-rw-r--r-- | src/libmpeg2/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libmpeg2/Makefile.am b/src/libmpeg2/Makefile.am index 220b89087..c0d06d978 100644 --- a/src/libmpeg2/Makefile.am +++ b/src/libmpeg2/Makefile.am @@ -2,8 +2,6 @@ include $(top_srcdir)/misc/Makefile.common AM_CFLAGS = $(LIBMPEG2_CFLAGS) -EXTRA_DIST = idct_mlib.c idct_mlib.h motion_comp_mlib.c - libdir = $(XINE_PLUGINDIR) lib_LTLIBRARIES = xineplug_decode_mpeg2.la @@ -29,4 +27,4 @@ xineplug_decode_mpeg2_la_SOURCES = \ xineplug_decode_mpeg2_la_LIBADD = $(MLIB_LIBS) $(XINE_LIB) xineplug_decode_mpeg2_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -noinst_HEADERS = vlc.h mpeg2.h mpeg2_internal.h +noinst_HEADERS = vlc.h mpeg2.h mpeg2_internal.h idct_mlib.h vis.h |