]> sigrok.org Git - libsigrok.git/commit
Makefile.am: Use $(CXXCOMPILE) to compile C++ code
authorMarcus Comstedt <redacted>
Sun, 31 Aug 2014 08:49:02 +0000 (10:49 +0200)
committerBert Vermeulen <redacted>
Sun, 31 Aug 2014 11:26:47 +0000 (13:26 +0200)
commitd1a5f737816cd9bc8d4ddfeb6d8831a1c1c58bf9
tree6590351a68abbb082c2b3045470148ae3ea4691e
parentac10a927b5141f0f1e163d05a5c43e397c6ce9d2
Makefile.am: Use $(CXXCOMPILE) to compile C++ code

When compiling the SWIG wrappers for the Java bindings, use the correct
automake macro so that all compiler flags are honoured.
Makefile.am