[cairo-commit] gtkcairo/tests Makefile.am,1.1,1.2

Dave Beckett commit at pdx.freedesktop.org
Tue Nov 18 14:18:07 PST 2003


Committed by: dajobe

Update of /cvs/cairo/gtkcairo/tests
In directory pdx:/tmp/cvs-serv25446

Modified Files:
	Makefile.am 
Log Message:
Add headers, fix paths to allow 'make distcheck' to work

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/gtkcairo/tests/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am	18 Nov 2003 15:17:07 -0000	1.1
--- Makefile.am	18 Nov 2003 22:18:05 -0000	1.2
***************
*** 4,9 ****
  	demo.c
  
! AM_CFLAGS = $(GTKCAIRO_CFLAGS)
  
! demo_LDADD = $(GTKCAIRO_LIBS) $(top_srcdir)/gtkcairo/libgtkcairo.la
  
--- 4,9 ----
  	demo.c
  
! AM_CFLAGS = $(GTKCAIRO_CFLAGS) -I$(top_srcdir)
  
! demo_LDADD = $(GTKCAIRO_LIBS) $(top_builddir)/gtkcairo/libgtkcairo.la
  





More information about the cairo-commit mailing list