summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-11 10:12:48 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-11 10:12:48 +0200
commite09e4d5b8972ece3836162e24c229b7b0dc8c54d (patch)
tree6d14f5c04411d53c26c9dd7be71d2dcbaac2abd4 /Makefile.am
parent92ed3202e425b59cf0008f054fef133ba9cccc32 (diff)
downloadODR-AudioEnc-e09e4d5b8972ece3836162e24c229b7b0dc8c54d.tar.gz
ODR-AudioEnc-e09e4d5b8972ece3836162e24c229b7b0dc8c54d.tar.bz2
ODR-AudioEnc-e09e4d5b8972ece3836162e24c229b7b0dc8c54d.zip
Remove mot-encoder
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index b1138aa..31eccfc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -94,14 +94,7 @@ odr_audioencoder_SOURCES = src/odr-audioencoder.cpp \
src/utf8/core.h \
src/common.h
-mot_encoder_CXXFLAGS = $(GITVERSION_FLAGS) @MAGICKWAND_CFLAGS@ -Icontrib -Wall -Wextra
-mot_encoder_LDADD = @MAGICKWAND_LDADD@
-mot_encoder_SOURCES = src/mot-encoder.cpp \
- contrib/lib_crc.h \
- contrib/lib_crc.c
-
-bin_PROGRAMS = odr-audioencoder$(EXEEXT) \
- mot-encoder$(EXEEXT)
+bin_PROGRAMS = odr-audioencoder$(EXEEXT)
noinst_HEADERS = src/wavreader.h