summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Logger/Makefile.am
diff options
context:
space:
mode:
authorstorri <storri@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-06 20:04:00 +0000
committerstorri <storri@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-06 20:04:00 +0000
commit3fed8894300371ca59833d5e2171fd69f44baab0 (patch)
treebe99a7aa70ac0d635bc013b6e48c7a49a9dd930e /netsvcs/clients/Logger/Makefile.am
parent8875da355058f4db4dc53293c9ccce06eb561e86 (diff)
downloadATCD-autotools.tar.gz
Minor cosmetic Makefile changes for new automake macros.autotools
Allow netsvcs and man directories to be built
Diffstat (limited to 'netsvcs/clients/Logger/Makefile.am')
-rw-r--r--netsvcs/clients/Logger/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/netsvcs/clients/Logger/Makefile.am b/netsvcs/clients/Logger/Makefile.am
index f8099722c3e..47d22a4b1b6 100644
--- a/netsvcs/clients/Logger/Makefile.am
+++ b/netsvcs/clients/Logger/Makefile.am
@@ -12,7 +12,7 @@
## needed to process this file.
AUTOMAKE_OPTIONS = 1.4
-INCLUDES = -I$(top_builddir) -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
## LDFLAGS =
## Libtool will automatically link against the "proper" library.