JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
read stdin instead of polling a text file
[now-playing-d.git] / Makefile
index d2d6a53..3fb709c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 now-playing-d: now-playing-d.c eggtrayicon.c eggtrayicon.h
-       gcc -D"TMP_FILE=\"$(HOME)/tmp/now-playing\"" `pkg-config --cflags --libs gtk+-2.0` eggtrayicon.c now-playing-d.c -o $@
+       gcc `pkg-config --cflags --libs gtk+-2.0` eggtrayicon.c now-playing-d.c -o $@
 
 install: now-playing-d
        cp now-playing-d "$(HOME)/bin/"