diff options
Diffstat (limited to 'tms5220~/Makefile')
-rw-r--r-- | tms5220~/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tms5220~/Makefile b/tms5220~/Makefile index 4c72e4d..eb775d4 100644 --- a/tms5220~/Makefile +++ b/tms5220~/Makefile @@ -32,6 +32,7 @@ MANUAL = # automatically included EXTRA_DIST = +LIBS = -lsamplerate #------------------------------------------------------------------------------# @@ -58,7 +59,7 @@ INSTALL_DIR = $(INSTALL) -p -m 755 -d CFLAGS = -DPD -I$(PD_PATH)/src -Wall -W -g LDFLAGS = -LIBS = +#LIBS = ALLSOURCES := $(SOURCES) $(SOURCES_android) $(SOURCES_cygwin) $(SOURCES_macosx) \ $(SOURCES_iphoneos) $(SOURCES_linux) $(SOURCES_windows) |