From a6f8b9b9eb1f46998d5159daa25381a4b36e9ac6 Mon Sep 17 00:00:00 2001 From: jan.dudek Date: Sun, 7 Sep 2008 22:36:44 +0000 Subject: initial commit git-svn-id: http://gdk-pixbuf-psd.googlecode.com/svn/trunk@2 c5539ac3-5556-0410-9a1f-7faf0b045682 --- Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4f667b4 --- /dev/null +++ b/Makefile @@ -0,0 +1,14 @@ +# ok, our Makefile slightly sucks at the moment + +CC = gcc +CFLAGS=-Wall -std=c99 + +all: + $(CC) $(CFLAGS) io-psd.c -o libpixbufloader-psd.so \ + `pkg-config --cflags gtk+-2.0` \ + -shared -fpic -DGDK_PIXBUF_ENABLE_BACKEND + +# and then run the following as root: +# gdk-pixbuf-query-loaders libpixbufloader-psd.so >> /etc/gtk-2.0/gdk-pixbuf.loaders + + -- cgit v1.1-32-gdbae