summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-10-14 12:55:34 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-10-14 12:55:34 +0000
commit037828a7e126246e93ad07dd27e6a44c7d39a5a4 (patch)
tree708c92410d69fb55475c5fd806ccdb9d498b47d7 /src
parent1d935a2e2b0709ea276d0f312c2a7218ab6928c3 (diff)
downloadxine-lib-037828a7e126246e93ad07dd27e6a44c7d39a5a4.tar.gz
xine-lib-037828a7e126246e93ad07dd27e6a44c7d39a5a4.tar.bz2
Forgotten HEADER file.
CVS patchset: 795 CVS date: 2001/10/14 12:55:34
Diffstat (limited to 'src')
-rw-r--r--src/libdivx4/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libdivx4/Makefile.am b/src/libdivx4/Makefile.am
index a4a2595dc..cd96de720 100644
--- a/src/libdivx4/Makefile.am
+++ b/src/libdivx4/Makefile.am
@@ -21,6 +21,8 @@ lib_LTLIBRARIES = $(divx4_module)
xineplug_decode_divx4_la_SOURCES = xine_decoder.c
xineplug_decode_divx4_la_LDFLAGS = -avoid-version -module
+noinst_HEADERS = decore-if.h
+
debug:
@$(MAKE) CFLAGS="$(DEBUG_CFLAGS)"