diff options
author | Matt Messier <mmessier@grapetv.org> | 2007-05-11 18:24:25 -0400 |
---|---|---|
committer | Matt Messier <mmessier@grapetv.org> | 2007-05-11 18:24:25 -0400 |
commit | 913f9b8ee348c91717cdf5cd4c8a4d56b9d22a5e (patch) | |
tree | 302709e5d1b4467072623bd925a460fa19daa36b /m4 | |
parent | 00dccb98dfe1ff21e14275b09806cbe4d69a3273 (diff) | |
download | xine-lib-913f9b8ee348c91717cdf5cd4c8a4d56b9d22a5e.tar.gz xine-lib-913f9b8ee348c91717cdf5cd4c8a4d56b9d22a5e.tar.bz2 |
Another pass at cleaning up Makefile.am files. More to come.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/input.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/input.m4 b/m4/input.m4 index 9af69289d..d88676e8c 100644 --- a/m4/input.m4 +++ b/m4/input.m4 @@ -241,7 +241,6 @@ AC_DEFUN([XINE_INPUT_PLUGINS], [ fi fi - dnl REVISIT: CFLAGS stuff here is wrong; it should be CPPFLAGS LIBCDIO_CFLAGS='-I$(top_srcdir)/src/input/vcd/libcdio' LIBCDIO_LIBS='$(top_builddir)/src/input/vcd/libcdio/libcdio.la' LIBISO9660_LIBS='$(top_builddir)/src/input/vcd/libcdio/libiso9660.la' |