summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 298b3aa8..dcf73896 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,7 @@
# $Id$
+AUTOMAKE_OPTIONS = subdir-objects
+
bin_PROGRAMS = tmwclient tmwserv
tmwclient_SOURCES = client.cpp \
@@ -112,8 +114,6 @@ bindings_wrap.cpp: bindings.i
$(SWIG) $(SWIGFLAGS) -o bindings_wrap.cpp bindings.i
endif
-tmwserv_CXXFLAGS = -Wall -fno-inline
-
# do not remove the 'dot', it is a hint for Automake.
# it causes a prefix ordering of directories.