X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fhumperdink%2FMakefile;h=f3cd756b8de2b05f4886a89acc612d271f724837;hb=f4d4669b66a9f23be85527f65dec19a566db561c;hp=266f6c104896a3357c80b37832598ee4c9de1da3;hpb=30bf05a2dc3d17d9cf87300e07e66828fd729c17;p=melted diff --git a/src/humperdink/Makefile b/src/humperdink/Makefile index 266f6c1..f3cd756 100644 --- a/src/humperdink/Makefile +++ b/src/humperdink/Makefile @@ -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