summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Logger/Makefile.am
blob: 70449c5e220d1ae5eb94b17ae4f3c542d482b460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
##----------------------------------------------------------------------------
##       $Id$
##
##       Makefile for client logging applications
##----------------------------------------------------------------------------

##
##  Process this file with automake to create Makefile.in
##

AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)

## LDFLAGS = 
## Libtool will automatically link against the "proper" library.
## Do not change the "libACE.la."  It is not a typographical error!
LDADD = $(top_builddir)/ace/libACE.la

noinst_PROGRAMS = \
 direct_logging \
 indirect_logging

direct_logging_SOURCES = direct_logging.cpp

indirect_logging_SOURCES = indirect_logging.cpp