From dcb55c508effe34453dc1c7e367ae08fe0a3b782 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 25 Sep 2017 11:12:32 -0400 Subject: additional changes to follow library name change from timecode -> temporal --- nutemp/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nutemp') diff --git a/nutemp/makefile b/nutemp/makefile index 422317c88c..82d1a9884c 100644 --- a/nutemp/makefile +++ b/nutemp/makefile @@ -1,11 +1,11 @@ AD = .. CXXFLAGS = -g -CPPFLAGS = -I $(AD)/libs/ardour -I $(AD)/libs/evoral -I $(AD)/libs/pbd -I $(AD)/build/libs/pbd -I $(AD)/libs/timecode +CPPFLAGS = -I $(AD)/libs/ardour -I $(AD)/libs/evoral -I $(AD)/libs/pbd -I $(AD)/build/libs/pbd -I $(AD)/libs/temporal CPPFLAGS += `pkg-config --cflags glibmm-2.4` `pkg-config --cflags libxml-2.0` LDFLAGS = -L $(AD)/build/libs/evoral -levoral -Xlinker -rpath=$(AD)/build/libs/evoral LDFLAGS += -L $(AD)/build/libs/pbd -lpbd -Xlinker -rpath=$(AD)/build/libs/pbd -LDFLAGS += -L $(AD)/build/libs/timecode -ltimecode -Xlinker -rpath=$(AD)/build/libs/timecode +LDFLAGS += -L $(AD)/build/libs/temporal -ltemporal -Xlinker -rpath=$(AD)/build/libs/temporal LDFLAGS += `pkg-config --cflags --libs glibmm-2.4` `pkg-config --cflags --libs libxml-2.0` all: t -- cgit v1.2.3