From dfb0c1845a8937dbb1e669c16a2ed36547a8a00f Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Sat, 18 Jul 2009 12:21:39 +0200 Subject: - Remove pnotify library again as the API is a bit messy and handles things in a different way than musicfs requires. --- pnotify/Makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 pnotify/Makefile (limited to 'pnotify/Makefile') diff --git a/pnotify/Makefile b/pnotify/Makefile deleted file mode 100644 index 2760fda..0000000 --- a/pnotify/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -TARGET=libpnotify.a -TARGET_DIR=pnotify-0.2 - -$(TARGET): - cd $(TARGET_DIR) && ./configure && gmake - cp $(TARGET_DIR)/$(TARGET) . - ln -sf $(TARGET_DIR)/pnotify.h - -clean: - rm $(TARGET) - rm pnotify.h - cd $(TARGET_DIR) && gmake distclean -- cgit v1.2.3