X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmelted%2FMakefile;h=7abc6183211ba681361038a75d72d74a75919a30;hb=66a4ffbb3554c635bcdca6200ce826688e4ba33b;hp=3159f729825167ec624e7238990c232b312300cb;hpb=27f0329aa8f434794f1f18e018fc3221e58b77a4;p=melted diff --git a/src/melted/Makefile b/src/melted/Makefile index 3159f72..7abc618 100644 --- a/src/melted/Makefile +++ b/src/melted/Makefile @@ -30,7 +30,7 @@ INCS = melted_server.h \ OBJS = $(APP_OBJS) $(LIB_OBJS) -CFLAGS += -I.. $(RDYNAMIC) +CFLAGS += -I.. $(RDYNAMIC) -DVERSION=\"$(version)\" LDFLAGS += -L../mvcp -lmvcp LDFLAGS += -lpthread @@ -54,7 +54,7 @@ distclean: clean rm -f .depend clean: - rm -f $(OBJS) $(TARGET) $(LIBNAME) $(LIBTARGET) + rm -f $(OBJS) $(TARGET) $(LIBNAME) $(LIBTARGET) $(LIBSONAME) install: all install -d "$(DESTDIR)$(bindir)"