diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-18 00:06:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-18 00:06:57 +0200 |
| commit | 15b32168dcd2e2ba10ff82f813030c376f035fc9 (patch) | |
| tree | f463f1559e380b620c9c5b4d6ce54d011296f9dd /src/Makefile.am | |
| parent | adf2ac6b3fd4d7a2740df584720696a23d6ab25f (diff) | |
Minimal move to building with C++
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 67ece42..42af54d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ bin_PROGRAMS = leqm-nrt -leqm_nrt_SOURCES = leqm-nrt.c +leqm_nrt_SOURCES = leqm-nrt.cc leqm_nrt_CCFLAGS = -I /usr/include/pthread -I /usr/include/sndfile leqm_nrt_LDFLAGS = -Wl,--no-as-needed -lsndfile -lm -lpthread |
