X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftitler%2FMakefile;h=3e520ac798d9c368e74b79d44688c6becb81b02f;hb=HEAD;hp=5bb84157c4e017ecf922fccb93d49e1710ead643;hpb=7a70932d3e04454177c456d0b42ee2f5318d6ad1;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/titler/Makefile b/cinelerra-5.1/plugins/titler/Makefile index 5bb84157..3e520ac7 100644 --- a/cinelerra-5.1/plugins/titler/Makefile +++ b/cinelerra-5.1/plugins/titler/Makefile @@ -1,24 +1,17 @@ include ../../plugin_defs -OBJS = $(OBJDIR)/title.o \ - $(OBJDIR)/titlewindow.o - - +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