X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=configure.ac;h=2b03cee369c9f21fe4f383e8eba08da4843a198b;hb=f1b5fe11a15ca3bc3e45074673eeff5992d3daaf;hp=99b998524b7236d6361bef844716131b6ee569a4;hpb=9d4c8b2d907edb9ebc9bfde55602598e7ba0832e;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 99b99852..2b03cee3 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ m4_define([ust_ctl_lib_version], ust_ctl_lib_version_current[:]ust_ctl_lib_versi AC_PREREQ([2.69]) AC_INIT([lttng-ust],[ust_version],[mathieu dot desnoyers at efficios dot com],[],[https://lttng.org]) -AC_CONFIG_HEADERS([include/config.h include/lttng/ust-config.h include/lttng/ust-version.h]) +AC_CONFIG_HEADERS([src/common/config.h include/lttng/ust-config.h include/lttng/ust-version.h]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_MACRO_DIR([m4]) @@ -501,7 +501,7 @@ AC_SUBST(AM_CXXFLAGS) # The order in which the include folders are searched is important. # The top_builddir should always be searched first in the event that a build # time generated file is included. -AM_CPPFLAGS="-I\$(top_builddir)/include -I\$(top_srcdir)/include -include config.h" +AM_CPPFLAGS="-I\$(top_builddir)/include -I\$(top_srcdir)/include -I\$(top_builddir)/src -I\$(top_srcdir)/src -include common/config.h" AC_SUBST(AM_CPPFLAGS) AC_SUBST(JNI_CPPFLAGS) @@ -518,6 +518,7 @@ AC_CONFIG_FILES([ doc/Makefile doc/man/Makefile include/Makefile + src/common/Makefile src/libcounter/Makefile src/liblttng-ust-comm/Makefile src/liblttng-ust-ctl/Makefile @@ -538,8 +539,8 @@ AC_CONFIG_FILES([ src/liblttng-ust-java/Makefile src/liblttng-ust-libc-wrapper/Makefile src/liblttng-ust/Makefile - src/liblttng-ust-python-agent/Makefile - src/libmsgpack/Makefile + src/lib/lttng-ust-python-agent/Makefile + src/lib/Makefile src/libringbuffer/Makefile src/lttng-ust-ctl.pc src/lttng-ust.pc @@ -547,7 +548,6 @@ AC_CONFIG_FILES([ src/python-lttngust/lttngust/version.py src/python-lttngust/Makefile src/python-lttngust/setup.py - src/snprintf/Makefile tests/benchmark/Makefile tests/compile/ctf-types/Makefile tests/compile/hello.cxx/Makefile