X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fhumperdink%2FMakefile;h=dd03dc9a24f14ff270d038f25eac0b799da65cde;hb=97bdd568301d386c96de4390a864ff952a808595;hp=266f6c104896a3357c80b37832598ee4c9de1da3;hpb=30bf05a2dc3d17d9cf87300e07e66828fd729c17;p=melted diff --git a/src/humperdink/Makefile b/src/humperdink/Makefile index 266f6c1..dd03dc9 100644 --- a/src/humperdink/Makefile +++ b/src/humperdink/Makefile @@ -3,12 +3,13 @@ include ../../config.mak TARGET = humperdink OBJS = client.o \ - io.o \ + io.o \ remote.o CFLAGS += -I.. $(RDYNAMIC) -LDFLAGS += -L../valerie -L../framework -lvalerie -lmlt +LDFLAGS += -L../valerie -lvalerie +LDFLAGS += -L../framework -lmlt -lpthread SRCS := $(OBJS:.o=.c) @@ -30,6 +31,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