From 3e4028df002dd9623d297145b8a116f7904e5b64 Mon Sep 17 00:00:00 2001 From: Eduard Hasenleithner Date: Wed, 8 Aug 2001 23:55:28 +0000 Subject: Added the X_CFLAGS in order to allow compiling on systems where no /usr/include/X11 exists. CVS patchset: 403 CVS date: 2001/08/08 23:55:28 --- src/dxr3/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/dxr3/Makefile.am b/src/dxr3/Makefile.am index 148247a78..830d06cd6 100644 --- a/src/dxr3/Makefile.am +++ b/src/dxr3/Makefile.am @@ -1,4 +1,4 @@ -CFLAGS = @GLOBAL_CFLAGS@ $(LINUX_INCLUDE) +CFLAGS = @GLOBAL_CFLAGS@ @X_CFLAGS@ $(LINUX_INCLUDE) EXTRA_DIST = dxr3_decoder.c video_out_dxr3.c overlay.c -- cgit v1.2.3