LTTV 0.12.37
[lttv.git] / configure.ac
index e004efe49aa2961d57139dac042b48284e598290..7190fa713f70961232d99cf1a5bdb64d8af8f87b 100644 (file)
@@ -21,8 +21,9 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT([lttv], [0.12.26-28012010], [ltt-dev@lists.casi.polymtl.ca])
+AC_INIT([lttv], [0.12.37-17022011], [ltt-dev@lists.casi.polymtl.ca])
 AM_INIT_AUTOMAKE
+AM_SILENT_RULES([yes])
 AM_CONFIG_HEADER(config.h)
 AM_PROG_LIBTOOL
 
@@ -156,7 +157,7 @@ fi
 pkg_modules="gobject-2.0 >= 2.0.0"
 PKG_CHECK_MODULES(GOBJECT, [$pkg_modules])
 
-LIBS="$LIBS $GTK_LIBS $GOBJECT_LIBS $GMODULE_LIBS"
+LIBS="$LIBS $M_LIBS $GTK_LIBS $GOBJECT_LIBS $GMODULE_LIBS"
 PACKAGE_CFLAGS="$GTK_CFLAGS $GOBJECT_CFLAGS $GMODULE_CFLAGS -Wall -Wformat"
 MODULE_CFLAGS="$PACKAGE_CFLAGS -fvisibility=hidden"
 MODULE_LDFLAGS="-module -avoid-version"
@@ -214,11 +215,10 @@ AC_SUBST(lttctlincludedir)
 
                 #lttv/modules/gui/tutorial/Makefile
                 #lttv/modules/gui/diskperformance/Makefile
-       #FIXME: disabled by Mathieu Desnoyers, does not build on x86_64
-       #lttv/lttv/sync/Makefile
 AC_CONFIG_FILES([Makefile
        lttv/Makefile
        lttv/lttv/Makefile
+       lttv/lttv/sync/Makefile
        lttv/modules/Makefile
        lttv/modules/text/Makefile
        lttv/modules/gui/Makefile
This page took 0.022586 seconds and 4 git commands to generate.