diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-01-29 09:15:23 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-01-29 09:15:23 +0000 |
commit | 2438e2a6a12b61b64baa85349d21d2a7f11cbd2a (patch) | |
tree | 2e715b6351c5bbeb62818a0406622f054236dcf7 | |
parent | 97a3b5de6387072abe72e267cd80744af239ccb8 (diff) | |
download | xine-lib-2438e2a6a12b61b64baa85349d21d2a7f11cbd2a.tar.gz xine-lib-2438e2a6a12b61b64baa85349d21d2a7f11cbd2a.tar.bz2 |
look like 'make dist' is broken everywhere. a review is needed, so i will do
CVS patchset: 4032
CVS date: 2003/01/29 09:15:23
-rw-r--r-- | src/post/goom/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/post/goom/Makefile.am b/src/post/goom/Makefile.am index 2674fea30..e4d3b7f0e 100644 --- a/src/post/goom/Makefile.am +++ b/src/post/goom/Makefile.am @@ -6,6 +6,8 @@ DEBUG_CFLAGS = @DEBUG_CFLAGS@ @ANSI_FLAGS@ LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic +EXTRA_DIST = zoom_filter_mmx.c + ## -fomit-frame-pointer segfaults here CFLAGS = `echo @CFLAGS@ | sed -e 's/-fomit-frame-pointer//g'` |