[Commit] grrobot/src/svg Makefile.am,1.2,1.3

Carl Worth commit at keithp.com
Wed Jun 25 18:57:03 PDT 2003


Committed by: cworth

Update of /local/src/CVS/grrobot/src/svg
In directory home.keithp.com:/tmp/cvs-serv26360

Modified Files:
	Makefile.am 
Log Message:
Remove errant deflate stuff from Makefile

Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/grrobot/src/svg/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am	25 Jun 2003 10:52:59 -0000	1.2
+++ Makefile.am	26 Jun 2003 00:57:01 -0000	1.3
@@ -1,13 +1,9 @@
 noinst_HEADERS=grr_icon_svg.h
 
-noinst_PROGRAMS = bin2cstring deflate
+noinst_PROGRAMS = bin2cstring 
 
 bin2cstring_SOURCES = bin2cstring.c
 
-deflate_SOURCES = deflate.c
-
-deflate_LDADD = -lz
-
 pkgdata_DATA = \
 cell.svg \
 robot_blue.svg \
@@ -66,5 +62,3 @@
 	done
 
 
-%.svg.deflate: %.svg
-	./deflate $< > $@




More information about the Commit mailing list