summaryrefslogtreecommitdiff
path: root/pnotify/Makefile
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@pvv.ntnu.no>2009-07-18 12:21:39 +0200
committerUlf Lilleengen <lulf@pvv.ntnu.no>2009-07-18 12:21:39 +0200
commitdfb0c1845a8937dbb1e669c16a2ed36547a8a00f (patch)
tree9940240b4fc91d15701d6d8532c8150ef629268c /pnotify/Makefile
parentfe92bb6fa8c7ccd15d9506f65c54e78de25881f7 (diff)
- Remove pnotify library again as the API is a bit messy and handles things in a
different way than musicfs requires.
Diffstat (limited to 'pnotify/Makefile')
-rw-r--r--pnotify/Makefile12
1 files changed, 0 insertions, 12 deletions
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