diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f698249..b807cd3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,9 +60,9 @@ dabplus_enc_SOURCES = src/dabplus-enc.cpp \ src/utils.h \ src/wavreader.c -mot_encoder_CFLAGS = $(GITVERSION_FLAGS) @MAGICKWAND_CFLAGS@ -Icontrib +mot_encoder_CXXFLAGS = $(GITVERSION_FLAGS) @MAGICKWAND_CFLAGS@ -Icontrib mot_encoder_LDADD = @MAGICKWAND_LDADD@ -mot_encoder_SOURCES = src/mot-encoder.c \ +mot_encoder_SOURCES = src/mot-encoder.cpp \ contrib/lib_crc.h \ contrib/lib_crc.c |