13 lines
312 B
Diff
13 lines
312 B
Diff
--- src/Makefile.am
|
|
+++ src/Makefile.am
|
|
@@ -15,9 +15,4 @@
|
|
synth_filter.c
|
|
libmpcdec_la_LDFLAGS = -no-undefined -version-info 5:2:0
|
|
|
|
-noinst_PROGRAMS = sample
|
|
-sample_SOURCES = sample.cpp
|
|
-sample_LDADD = libmpcdec.la
|
|
-sample_LDFLAGS = -static
|
|
-
|
|
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src
|