aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f0d7dd7..2ca8a75 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
LIBRARY_NAME = soundfile
# Next, add your source files to the SOURCES variable.
-SOURCES = sfsamples.c
+SOURCES = sfsamples.c sfduration.c
# For objects that only build on certain platforms, add those to the SOURCES
# line for the right platforms.
@@ -25,7 +25,7 @@ objectsdir = $(PD_PATH)/extra
CFLAGS = -DPD -I$(PD_PATH)/src -Wall -W -g
LDFLAGS =
-LIBS =
+LIBS = -lgavl -lgmerlin_avdec
UNAME := $(shell uname -s)
ifeq ($(UNAME),Darwin)