summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-11-21 17:00:31 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-11-21 17:00:31 +0000
commit8a57f3ee2a6bf864de8a1e3cf998fc39de3a755d (patch)
tree7e2a79475d84a88ce1eba26a83574dee7055993d /bin/MakeProjectCreator/config
parente8805e23be6e895a2dbba366f8d32150286e05d2 (diff)
downloadATCD-8a57f3ee2a6bf864de8a1e3cf998fc39de3a755d.tar.gz
Mon Nov 21 11:00:02 2005 William Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'bin/MakeProjectCreator/config')
-rw-r--r--bin/MakeProjectCreator/config/cidlc.mpb6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/MakeProjectCreator/config/cidlc.mpb b/bin/MakeProjectCreator/config/cidlc.mpb
index e0f64df5ac0..f1d7672c438 100644
--- a/bin/MakeProjectCreator/config/cidlc.mpb
+++ b/bin/MakeProjectCreator/config/cidlc.mpb
@@ -12,4 +12,10 @@ project: boost_base, exceptions {
verbatim(gnuace, top) {
include $(CIAO_ROOT)/CCF/Config.rules
}
+
+ verbatim(gnuace, local) {
+ LIBS += $(BOOST_LD_FLAGS) \
+ -lboost_regex \
+ -lboost_filesystem
+ }
}