X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fconfigure.in;h=b3f97167ad0ef17bca8c491876527410daf9ac75;hb=cb2068e80595aaf9f9bceb01456b504a2a1bbca0;hp=785020ade4b99fc631b432565322b29848da665c;hpb=830eba15d0eaf43e5f4bb102e4b9b6020123a7e2;p=lttv.git diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 785020ad..b3f97167 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -19,7 +19,7 @@ AC_CHECK_LIB([glib-2.0], [g_malloc]) # Checks for header files. AC_HEADER_STDC -AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/time.h unistd.h]) +AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/time.h unistd.h glib-2.0/glib.h]) # Checks for typedefs, structures, and compiler characteristics. AC_HEADER_STDBOOL @@ -40,8 +40,12 @@ AC_CHECK_FUNCS([select]) lttvplugindir="${libdir}/lttv/plugins" AC_SUBST(lttvplugindir) -#DEFAULT_INCLUDES="-I\$(top_srcdir)/include" -#AC_SUBST(DEFAULT_INCLUDES) +lttlibdir="${libdir}/ltt" +AC_SUBST(lttlibdir) + + +DEFAULT_INCLUDES="-I\$(top_srcdir)/include" +AC_SUBST(DEFAULT_INCLUDES) lttvincludedir="${includedir}/lttv" AC_SUBST(lttvincludedir) @@ -55,7 +59,10 @@ AC_CONFIG_FILES([Makefile lttv/modules/gui/Makefile lttv/modules/text/Makefile lttv/plugins/Makefile - lttv/plugins/exemples/Makefile + lttv/plugins/examples/Makefile lttd/Makefile - ltt/Makefile]) + ltt/Makefile + include/Makefile + include/ltt/Makefile + include/lttv/Makefile]) AC_OUTPUT