X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fqimage%2FMakefile;h=dfd3993d4b4a3d23fd812395a55c45d127f9eacf;hb=803598588d14d90ced4324a90456bca641f17bc9;hp=44ad0d6ca67aecf79456579ec3df9748c1df2276;hpb=a5ab71761c0334c52565e034f2343d7cdc39c23d;p=melted diff --git a/src/modules/qimage/Makefile b/src/modules/qimage/Makefile index 44ad0d6..dfd3993 100644 --- a/src/modules/qimage/Makefile +++ b/src/modules/qimage/Makefile @@ -9,6 +9,10 @@ CFLAGS+=-I../../ LDFLAGS=-L../../framework $(QTLIBS) -lmlt -lstdc++ CXXFLAGS+=$(CFLAGS) $(QTCXXFLAGS) -Wno-deprecated +ifdef USE_KDE +LDFLAGS+= -lkio +endif + SRCS := $(OBJS:.o=.c) $(CPPOBJS:.o=.cpp) all: $(TARGET) @@ -26,7 +30,7 @@ clean: rm -f $(OBJS) $(TARGET) $(CPPOBJS) install: all - install -m 755 $(TARGET) "$(DESTDIR)$(prefix)/share/mlt/modules" + install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt" ifneq ($(wildcard .depend),) include .depend