summaryrefslogtreecommitdiff
path: root/pnotify/Makefile
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@pvv.ntnu.no>2008-11-27 13:22:56 +0100
committerUlf Lilleengen <lulf@pvv.ntnu.no>2008-11-27 13:22:56 +0100
commit3e3f49a94d308465840fec22ae746fa2432256f3 (patch)
tree45d5786e0fcc4314afac14e86d786d515fac0751 /pnotify/Makefile
parent8667dc874443e39388214fd43f8c1c8c18a97f54 (diff)
- Include pnotify in build and link against it in musicfs.
Diffstat (limited to 'pnotify/Makefile')
-rw-r--r--pnotify/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/pnotify/Makefile b/pnotify/Makefile
index 2610596..2760fda 100644
--- a/pnotify/Makefile
+++ b/pnotify/Makefile
@@ -4,7 +4,9 @@ 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