summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 6a54008..d2bfbec 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,3 @@
-# ok, our Makefile slightly sucks at the moment
-
CC = gcc
CFLAGS=-Wall -std=c99
@@ -11,13 +9,10 @@ all:
-shared -fpic -DGDK_PIXBUF_ENABLE_BACKEND
clean:
+ rm libpixbufloader-psd.so
install:
chmod 644 libpixbufloader-psd.so
mkdir -p $(DESTDIR)/usr/lib/gtk-2.0/2.10.0/loaders/
cp libpixbufloader-psd.so $(DESTDIR)/usr/lib/gtk-2.0/2.10.0/loaders/
-# and then run the following as root:
-# gdk-pixbuf-query-loaders libpixbufloader-psd.so >> /etc/gtk-2.0/gdk-pixbuf.loaders
-
-