Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/Clooper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Util/Clooper/Makefile')
-rw-r--r--Util/Clooper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/Clooper/Makefile b/Util/Clooper/Makefile
index 3b585f2..a1d1870 100644
--- a/Util/Clooper/Makefile
+++ b/Util/Clooper/Makefile
@@ -13,7 +13,7 @@ LDFlAGS+=-lpython2.4
all : aclient.so
-aclient.so : aclient.cpp
+aclient.so : aclient.cpp audio.cpp
g++ $(CPPFLAGS) $(CXXFLAGS) -shared -o $@ $< $(LDFLAGS)
clean :