summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2007-11-14 09:33:04 -0800
committerCarl Worth <cworth@cworth.org>2007-11-14 09:33:04 -0800
commit4c05a1f09003e7a082bb4731ddf68f364ecb9c70 (patch)
tree809b4106511f781a56a1e776a0e9cb846b506ef1 /Makefile
parent301dd488294668ff29fec9d106c87368860620e6 (diff)
Convert svg2pdf into svg2png
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4420818..9143522 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-ALL=svg2pdf
+ALL=svg2png
-MYCFLAGS=`pkg-config --cflags librsvg-2.0 cairo-pdf` -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing
-MYLDFLAGS=`pkg-config --libs librsvg-2.0 cairo-pdf`
+MYCFLAGS=`pkg-config --cflags librsvg-2.0 cairo-png` -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing
+MYLDFLAGS=`pkg-config --libs librsvg-2.0 cairo-png`
all: $(ALL)