[cairo-commit] cairo/src Makefile.am,1.17,1.18

Dave Beckett commit at pdx.freedesktop.org
Fri Dec 12 16:00:30 PST 2003


Committed by: dajobe

Update of /cvs/cairo/cairo/src
In directory pdx:/tmp/cvs-serv21442

Modified Files:
	Makefile.am 
Log Message:
	* src/Makefile.am: Add compatibility defines FONTCONFIG_LIBS,
	X_LIBS, XRENDER_LIBS to keep automake happy - they look like
	automake variable names.


Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/src/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Makefile.am	12 Dec 2003 19:44:16 -0000	1.17
--- Makefile.am	13 Dec 2003 00:00:28 -0000	1.18
***************
*** 10,13 ****
--- 10,21 ----
  endif
  
+ # These names match automake style variable definition conventions so
+ # without these lines, automake will complain during the handling of 
+ # the libcairo_la_LIBADD below.  (The INCLUDES is an autoconf only
+ # term and automake does not care about it)
+ FONTCONFIG_LIBS=@FONTCONFIG_LIBS@
+ X_LIBS=@X_LIBS@
+ XRENDER_LIBS=@XRENDER_LIBS@
+ 
  libcairo_la_SOURCES = 		\
  	cairo.c			\





More information about the cairo-commit mailing list