X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=450e22491a67e64fc0b79db3749b5c560374dd12;hb=ffa3b3ba8c5868e27965c801d3986965ab35eed6;hp=39973296ba1da18d5cc605a8c792dfe8b5562a27;hpb=5fc11b53c3765393027f449fec0d0d6ef19ec624;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 39973296..450e2249 100644 --- a/configure.ac +++ b/configure.ac @@ -312,7 +312,6 @@ AS_IF([test "x$_enable_debug_info" = xyes], [ ], []) PKG_CHECK_MODULES(GMODULE, [gmodule-2.0 >= 2.0.0]) -AC_SUBST(PACKAGE_LIBS) LIBS="$LIBS $GMODULE_LIBS" PACKAGE_CFLAGS="$GMODULE_CFLAGS -Wall -Wformat" @@ -381,6 +380,7 @@ AC_CONFIG_FILES([tests/bin/test_trace_read], [chmod +x tests/bin/test_trace_read AC_CONFIG_FILES([tests/bin/intersection/test_intersection], [chmod +x tests/bin/intersection/test_intersection]) AC_CONFIG_FILES([tests/bin/intersection/bt_python_helper.py]) AC_CONFIG_FILES([tests/bin/test_packet_seq_num], [chmod +x tests/bin/test_packet_seq_num]) +AC_CONFIG_FILES([tests/bin/test_formats], [chmod +x tests/bin/test_formats]) AC_OUTPUT