From 99f49e266cec7d5521aa6562bc8033c4f4b3fbb4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 3 Oct 2011 12:13:57 +0200 Subject: Makefile.am: build the "dsd2pcm" program --- Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile.am b/Makefile.am index 87eaf5af0..25ef552ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- cgit v1.2.3