X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fwestley%2FMakefile;h=5d9234bf313aabeee53ea765e374293d8e2d47cb;hb=f00476101550ec7d8e863f6516aa83bc1b524570;hp=b0a8d0116ad35ad1bdd453b46664aa37b49cab9b;hpb=a0a988c50fce047427b445d5e21d7354862e8e23;p=melted diff --git a/src/modules/westley/Makefile b/src/modules/westley/Makefile index b0a8d01..5d9234b 100644 --- a/src/modules/westley/Makefile +++ b/src/modules/westley/Makefile @@ -6,9 +6,11 @@ OBJS = factory.o \ consumer_westley.o \ producer_westley.o -CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread `xml2-config --cflags` +CFLAGS += -I../../ `xml2-config --cflags` -LDFLAGS = `xml2-config --libs` +LDFLAGS += `xml2-config --libs` + +LDFLAGS+=-L../../framework -lmlt SRCS := $(OBJS:.o=.c) @@ -28,6 +30,7 @@ clean: install: all install -m 755 $(TARGET) "$(prefix)/share/mlt/modules" + install -m 644 westley.dtd "$(prefix)/share/mlt/modules" ifneq ($(wildcard .depend),) include .depend