albino/Makefile, inigo/Makefile, humperdink/Makefile, miracle/Makefile:
[melted] / src / humperdink / Makefile
index 266f6c1..f3cd756 100644 (file)
@@ -8,7 +8,7 @@ OBJS = client.o \
 
 CFLAGS += -I.. $(RDYNAMIC)
 
-LDFLAGS += -L../valerie -L../framework -lvalerie -lmlt
+LDFLAGS += -L../valerie -L../framework -lvalerie -lmlt -lpthread
 
 SRCS := $(OBJS:.o=.c)
 
@@ -30,6 +30,9 @@ install:      all
        install -d "$(DESTDIR)$(bindir)"
        install -c -s -m 755 $(TARGET) "$(DESTDIR)$(bindir)"
 
+uninstall:
+       rm -f "$(DESTDIR)$(bindir)/$(TARGET)"
+
 ifneq ($(wildcard .depend),)
 include .depend
 endif