X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fxine%2FMakefile;h=d173983c99fc2d31f68c73b697fb4ff40c7aa993;hb=c0566f1911a416fbf8cea6644c7256f41dd6ed6b;hp=08978c8570b8e5f51e9025da1f56bda5e58a882f;hpb=34c7916b96a65dbfb6d9414aca781d6292474f98;p=melted diff --git a/src/modules/xine/Makefile b/src/modules/xine/Makefile index 08978c8..d173983 100644 --- a/src/modules/xine/Makefile +++ b/src/modules/xine/Makefile @@ -21,14 +21,14 @@ $(TARGET): $(OBJS) depend: $(SRCS) $(CC) -MM $(CFLAGS) $^ 1>.depend -dist-clean: clean +distclean: clean rm -f .depend clean: rm -f $(OBJS) $(TARGET) install: all - install -m 755 $(TARGET) "$(DESTDIR)$(prefix)/share/mlt/modules" + install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt" ifneq ($(wildcard .depend),) include .depend