diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-28 21:36:13 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-28 21:36:13 +0000 |
commit | 75df3dd8c6a78281c13de77c4082d6911a5e7fde (patch) | |
tree | 87b4b1590bb91c8454b5038d7ea8d187ae4a8a8c /netsvcs | |
parent | 46f4afd33ce5b5bebd2aabab4471332516be2391 (diff) | |
download | ATCD-75df3dd8c6a78281c13de77c4082d6911a5e7fde.tar.gz |
ChangeLogTag: Tue Sep 28 14:31:10 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'netsvcs')
-rw-r--r-- | netsvcs/servers/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/netsvcs/servers/Makefile.am b/netsvcs/servers/Makefile.am index 84f542883c2..f2654748ea4 100644 --- a/netsvcs/servers/Makefile.am +++ b/netsvcs/servers/Makefile.am @@ -9,21 +9,22 @@ ## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -hierarchy -make_coexistence -exclude build,Kokyu ACE_ROOT = $(top_srcdir) +ACE_BUILDDIR = $(top_builddir) ## Makefile.Netsvcs_server.am noinst_PROGRAMS = main main_CPPFLAGS = \ - -I$(top_builddir) \ - -I$(top_srcdir) \ - -I$(top_srcdir) \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) \ -I$(ACE_ROOT)/netsvcs/lib main_SOURCES = \ main.cpp main_LDADD = \ - $(top_builddir)/lib/libnetsvcs.la $(top_builddir)/lib/libACE.la + $(ACE_BUILDDIR)/netsvcs/lib/libnetsvcs.la \ + $(ACE_BUILDDIR)/ace/libACE.la ## Clean up template repositories, etc. clean-local: |