diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-02-17 14:58:40 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-02-17 14:58:40 +0000 |
commit | eba8e15659a34357921e3b47b4f9c73b1e953ee2 (patch) | |
tree | 5cb7cfe7f7954085b7c8b12a94014b9541e2a9b9 /src | |
parent | e5b0d06cca8d745f4d8926542a5d5145068ed91b (diff) | |
download | xine-lib-eba8e15659a34357921e3b47b4f9c73b1e953ee2.tar.gz xine-lib-eba8e15659a34357921e3b47b4f9c73b1e953ee2.tar.bz2 |
libfame cflag fix
CVS patchset: 4182
CVS date: 2003/02/17 14:58:40
Diffstat (limited to 'src')
-rw-r--r-- | src/dxr3/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dxr3/Makefile.am b/src/dxr3/Makefile.am index 7bcf5e270..67bb828e2 100644 --- a/src/dxr3/Makefile.am +++ b/src/dxr3/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS = $(X_CFLAGS) +AM_CFLAGS = $(X_CFLAGS) $(LIBFAME_CFLAGS) LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic XINE_LIB = $(top_builddir)/src/xine-engine/libxine.la |