]> git.cworth.org Git - grrobot/commitdiff
Remove errant deflate stuff from Makefile
authorCarl Worth <cworth@theworths.org>
Thu, 26 Jun 2003 00:57:01 +0000 (00:57 +0000)
committerCarl Worth <cworth@theworths.org>
Thu, 26 Jun 2003 00:57:01 +0000 (00:57 +0000)
src/svg/Makefile.am

index 9a495355069754cbfb802266ffa5f6616b6a6c2e..88dc5f0c6c39ee1e4fbe62411775f88d62a41223 100644 (file)
@@ -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 @@ wall.svg
        done
 
 
-%.svg.deflate: %.svg
-       ./deflate $< > $@