blob: a5702214f40ca07b8f98db305061ae0be0783812 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
--- cspi/bonobo/Makefile.in 2002/04/12 09:55:03 1.1
+++ cspi/bonobo/Makefile.in 2002/04/12 09:55:22
@@ -129,7 +129,7 @@
X_LIBS = @X_LIBS@
cxxflags_set = @cxxflags_set@
-INCLUDES = -I $(top_srcdir) -I $(top_builddir) $(LIBCSPI_CFLAGS)
+INCLUDES = -I $(top_srcdir) -I $(top_builddir) @X_CFLAGS@ $(LIBCSPI_CFLAGS)
noinst_LTLIBRARIES = libcspi-bonobo.la
|