diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-06-28 16:50:27 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-06-28 16:50:27 +0000 |
commit | 82ba2008c4fb5917144ddac396fc911b79cb2309 (patch) | |
tree | acee795d0336b28a7db7972db2830eb2cb5056fa | |
parent | 8fca9c4f94d5fcfbf6ec3d6be38ed2782c4fc580 (diff) | |
download | xine-lib-82ba2008c4fb5917144ddac396fc911b79cb2309.tar.gz xine-lib-82ba2008c4fb5917144ddac396fc911b79cb2309.tar.bz2 |
/usr/src/linux is not needed as an include path
In fact, it causes problems when users have an old em8300.h file in their
kernel tree.
CVS patchset: 2171
CVS date: 2002/06/28 16:50:27
-rw-r--r-- | src/dxr3/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dxr3/Makefile.am b/src/dxr3/Makefile.am index d0fc11bc2..dbfda8a42 100644 --- a/src/dxr3/Makefile.am +++ b/src/dxr3/Makefile.am @@ -1,4 +1,4 @@ -CFLAGS = @CFLAGS@ $(X_CFLAGS) $(LINUX_INCLUDE) +CFLAGS = @CFLAGS@ $(X_CFLAGS) LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic @@ -29,7 +29,7 @@ xineplug_vo_out_dxr3_la_LDFLAGS = -avoid-version -module $(link_fame) $(link_rte noinst_HEADERS = dxr3.h dxr3_scr.h video_out_dxr3.h nav_types.h nav_read.h alphablend.h bswap.h debug: - @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(LINUX_INCLUDE)" + @$(MAKE) CFLAGS="$(DEBUG_CFLAGS)" install-debug: debug @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |