diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 4f1c1d80..dc636276 100644 --- a/configure.ac +++ b/configure.ac @@ -5,10 +5,10 @@ AC_CONFIG_SRCDIR([src/common/interface/EngineInterface.h]) AC_CONFIG_SRCDIR([src/libs/engine/JackAudioDriver.cpp]) AC_CONFIG_SRCDIR([src/libs/engine/tests/node_tree_test.cpp]) AC_CONFIG_SRCDIR([src/libs/client/OSCController.cpp]) -AC_CONFIG_SRCDIR([src/progs/engine/main.cpp]) +AC_CONFIG_SRCDIR([src/progs/server/main.cpp]) AC_CONFIG_SRCDIR([src/progs/patch_loader/patch_loader.cpp]) AC_CONFIG_SRCDIR([src/progs/demolition/demolition.cpp]) -AC_CONFIG_SRCDIR([src/progs/gtk/main.cpp]) +AC_CONFIG_SRCDIR([src/progs/ingenuity/main.cpp]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE @@ -339,13 +339,13 @@ AC_CONFIG_FILES([src/libs/engine/Makefile]) AC_CONFIG_FILES([src/libs/engine/tests/Makefile]) AC_CONFIG_FILES([src/libs/client/Makefile]) AC_CONFIG_FILES([src/progs/Makefile]) -AC_CONFIG_FILES([src/progs/om/Makefile]) +AC_CONFIG_FILES([src/progs/server/Makefile]) AC_CONFIG_FILES([src/progs/supercollider/Makefile]) AC_CONFIG_FILES([src/progs/python/Makefile]) AC_CONFIG_FILES([src/progs/python/scripts/Makefile]) AC_CONFIG_FILES([src/progs/demolition/Makefile]) AC_CONFIG_FILES([src/progs/patch_loader/Makefile]) -AC_CONFIG_FILES([src/progs/gtk/Makefile]) +AC_CONFIG_FILES([src/progs/ingenuity/Makefile]) AC_CONFIG_FILES([patches/Makefile]) AC_CONFIG_FILES([doc/Doxyfile]) AC_OUTPUT @@ -354,7 +354,7 @@ AC_OUTPUT AC_MSG_NOTICE([]) AC_MSG_NOTICE([Ingen build configuration:]) AC_MSG_NOTICE([]) -AC_MSG_NOTICE([Building engine: $build_engine]) +AC_MSG_NOTICE([Building server: $build_engine]) AC_MSG_NOTICE([ Jack MIDI support: $build_jack_midi]) AC_MSG_NOTICE([ ALSA MIDI support: $build_alsa_midi]) AC_MSG_NOTICE([ LV2 Plugin support: $build_lv2]) @@ -366,7 +366,7 @@ AC_MSG_NOTICE([Building in-process engine: $build_in_process_engine]) AC_MSG_NOTICE([]) AC_MSG_NOTICE([Building console clients: $build_console_clients]) AC_MSG_NOTICE([]) -AC_MSG_NOTICE([Building gtk client: $build_gtk_client]) +AC_MSG_NOTICE([Building Ingenuity (GTK): $build_gtk_client]) AC_MSG_NOTICE([]) AC_MSG_NOTICE([]) AC_MSG_NOTICE([Building with flags: $CXXFLAGS]) |