summaryrefslogtreecommitdiff
path: root/nutemp
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-09-25 11:12:32 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-25 12:13:54 -0400
commitdcb55c508effe34453dc1c7e367ae08fe0a3b782 (patch)
tree05109e636770ca6581a3ad36eb3a61d908a4e7d2 /nutemp
parentf27ff4c8b882444a569e73e4b21aded280ee748f (diff)
additional changes to follow library name change from timecode -> temporal
Diffstat (limited to 'nutemp')
-rw-r--r--nutemp/makefile4
1 files changed, 2 insertions, 2 deletions
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