summaryrefslogtreecommitdiff
path: root/i/simulotron/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'i/simulotron/configure.ac')
-rw-r--r--i/simulotron/configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/i/simulotron/configure.ac b/i/simulotron/configure.ac
index 49ac34e..86f89cf 100644
--- a/i/simulotron/configure.ac
+++ b/i/simulotron/configure.ac
@@ -7,6 +7,7 @@ AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AC_CONFIG_SRCDIR([src/main.cc])
+
CXXFLAGS=
# Checks for programs
@@ -27,7 +28,5 @@ AC_CHECK_FUNCS([socket])
AC_CONFIG_FILES([Makefile
doc/Makefile
- src/Makefile
- src/utils/Makefile
- src/socket/Makefile])
+ src/Makefile])
AC_OUTPUT