Makefile.am: build the "dsd2pcm" program

This commit is contained in:
Max Kellermann 2011-10-03 12:13:57 +02:00
parent 0458211ebc
commit 99f49e266c
1 changed files with 9 additions and 0 deletions

View File

@ -1225,6 +1225,15 @@ test_test_queue_priority_SOURCES = \
test_test_queue_priority_LDADD = \
$(GLIB_LIBS)
if HAVE_CXX
noinst_PROGRAMS += src/dsd2pcm/dsd2pcm
src_dsd2pcm_dsd2pcm_SOURCES = \
src/dsd2pcm/dsd2pcm.c src/dsd2pcm/dsd2pcm.h \
src/dsd2pcm/noiseshape.c src/dsd2pcm/noiseshape.h \
src/dsd2pcm/main.cpp
endif
endif