summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/Makefile.am4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d8b7dd7..09df2da1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-02 Guillaume Melquiond <guillaume.melquiond@gmail.com>
+
+ * src/Makefile.am: Put object files in subdirectories. Removed
+ compilation flags.
+
2006-08-01 Eugenio Favalli <elvenprogrammer@gmail.com>
* tmwserv.cbp, tmwserv.dev: Updated project files.
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.