summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-09-15 21:37:22 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-09-15 21:37:22 +0000
commit26cad9709ae773550fd05d948c6ac990e6eaf879 (patch)
treecea142e41d667b3ce405dffaef7101eeb1b9ec70
parent6fda23c341777761631ad401a9517d95b8fbf88c (diff)
downloadxine-lib-26cad9709ae773550fd05d948c6ac990e6eaf879.tar.gz
xine-lib-26cad9709ae773550fd05d948c6ac990e6eaf879.tar.bz2
fix dist stage
CVS patchset: 5384 CVS date: 2003/09/15 21:37:22
-rw-r--r--src/post/goom/Makefile.am10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/post/goom/Makefile.am b/src/post/goom/Makefile.am
index 366eaeade..1ab5867da 100644
--- a/src/post/goom/Makefile.am
+++ b/src/post/goom/Makefile.am
@@ -22,15 +22,19 @@ xineplug_post_goom_la_SOURCES = xine_goom.c \
goom_core.c \
filters.c \
lines.c \
- ifs_display.c ifs.c \
+ ifs_display.c \
+ ifs.c \
graphic.c \
gfontlib.c \
gfontrle.c \
- surf3d.c surface.c \
+ surf3d.c \
+ surface.c \
tentacle3d.c \
$(extra_files)
xineplug_post_goom_la_LIBADD = $(XINE_LIB)
xineplug_post_goom_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
-noinst_HEADERS = zoom_filter_mmx.h
+noinst_HEADERS = drawmethods.h goom_config.h graphic.h mathtools.h surface.h xmmx.h \
+ filters.h goom_core.h ifs.h mmx.h tentacle3d.h zoom_filter_mmx.h gfontlib.h \
+ goom_tools.h lines.h surf3d.h v3d.h