typo in lib/Xdmcp/Makefile.am?
Matthieu Herrb
matthieu.herrb at laas.fr
Thu Jul 14 23:03:16 EST 2005
Is this a typo, or am I missing something? With AM__CFLAGS, the library
doesn't build for me (fails to find X11 includes) on OpenBSD.
--
Matthieu Herrb
-------------- next part --------------
? A8Eq.loT
? Makefile.bsd-wrapper
Index: Makefile.am
===================================================================
RCS file: /cvs/fd/xorg/lib/Xdmcp/Makefile.am,v
retrieving revision 1.4
diff -u -r1.4 Makefile.am
--- Makefile.am 9 Jul 2005 06:15:32 -0000 1.4
+++ Makefile.am 14 Jul 2005 12:59:54 -0000
@@ -1,6 +1,6 @@
lib_LTLIBRARIES = libXdmcp.la
-AM__CFLAGS=-I${top_srcdir}/include $(XDMCP_CFLAGS)
+AM_CFLAGS=-I${top_srcdir}/include $(XDMCP_CFLAGS)
libXdmcp_la_LDFLAGS = -version-info 6:0:0
libXdmcp_la_LIBADD = $(XDMCP_LIBS)
libXdmcp_la_SOURCES = \
More information about the xorg-modular
mailing list