X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fplugins%2Ftitler%2FMakefile;h=3e520ac798d9c368e74b79d44688c6becb81b02f;hb=331564c0ebb30688da917fc1c89058e12771e348;hp=99eb4b7f86f1e40aa146d9e4127784f92987da99;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/titler/Makefile b/cinelerra-5.1/plugins/titler/Makefile index 99eb4b7f..3e520ac7 100644 --- a/cinelerra-5.1/plugins/titler/Makefile +++ b/cinelerra-5.1/plugins/titler/Makefile @@ -1,24 +1,17 @@ -include ../../global_config - -OBJS = $(OBJDIR)/title.o \ - $(OBJDIR)/titlewindow.o - +include ../../plugin_defs +OBJS = $(OBJDIR)/titler.o \ + $(OBJDIR)/titlerwindow.o PLUGIN = titler CFLAGS += -Wall -#CFLAGS += -I$(FREETYPE_DIR)/include -I../../thirdparty/ -#LFLAGS += $(FREETYPE_DIR)/$(OBJDIR)/libfreetype.a + ifneq ($(STATIC_LIBRARIES), y) LFLAGS += -lfreetype endif include ../../plugin_config - - -$(OBJDIR)/title.o: title.C -$(OBJDIR)/titlewindow.o: titlewindow.C - - +$(OBJDIR)/titler.o: titler.C +$(OBJDIR)/titlerwindow.o: titlerwindow.C