X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=ceb9ed9e9c42201c9404ca9e63e9abc3236edf7b;hb=6ff4cd08a0e6d29dd7587173defb8bf17c0d9b62;hp=ceeb7477c2d8ab38cbae18e81f63fc814ea01f65;hpb=23f999aa996e54cd73cb54d5e254d1445d65847d;p=libsigrokdecode.git diff --git a/configure.ac b/configure.ac index ceeb747..ceb9ed9 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ AH_TOP([#ifndef SRD_CONFIG_H #define SRD_CONFIG_H /* To stop multiple inclusions. */]) AH_BOTTOM([#endif /* SRD_CONFIG_H */]) -CFLAGS="-g -Wall -Wextra" +CFLAGS="$CFLAGS -Wall -Wextra" # Checks for programs. AC_PROG_CXX @@ -83,7 +83,7 @@ AM_PATH_GLIB_2_0([2.28.0], # Python support. We require at least Python >= 3.0. AC_ARG_VAR([PYTHON3_CONFIG], [path to python3-config utility]) -AC_CHECK_PROGS([PYTHON3_CONFIG], [python3-config python3.2-config python3.1-config python3.0-config]) +AC_CHECK_PROGS([PYTHON3_CONFIG], [python3-config python3.3-config python3.2-config python3.1-config python3.0-config]) CPPFLAGS_PYTHON="" LDFLAGS_PYTHON="" case "$build" in @@ -150,6 +150,7 @@ AC_CONFIG_FILES([Makefile libsigrokdecode.pc decoders/Makefile decoders/avr_isp/Makefile + decoders/can/Makefile decoders/dcf77/Makefile decoders/edid/Makefile decoders/i2c/Makefile