summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-08-02 12:43:13 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-08-02 12:43:13 +0000
commit4afeeb4eaef064839165d159c33c856911af3294 (patch)
tree0f6ac04d4618cb8afb69811ba241117cd72d1a3a /src
parent1375ca819aa56fe83f0138b1e5cf007cb99f77c6 (diff)
downloadmanaserv-4afeeb4eaef064839165d159c33c856911af3294.tar.gz
manaserv-4afeeb4eaef064839165d159c33c856911af3294.tar.bz2
manaserv-4afeeb4eaef064839165d159c33c856911af3294.tar.xz
manaserv-4afeeb4eaef064839165d159c33c856911af3294.zip
Put object files in subdirectories.
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.