summaryrefslogtreecommitdiff
path: root/netsvcs
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-28 21:36:13 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-28 21:36:13 +0000
commit4642c00ee13bc6bf6def8026c19d739ea64a4e0e (patch)
tree87b4b1590bb91c8454b5038d7ea8d187ae4a8a8c /netsvcs
parent27da83b8ffb251ee4e83b0b01be1b6abd7ea49dd (diff)
downloadATCD-4642c00ee13bc6bf6def8026c19d739ea64a4e0e.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.am9
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: