diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-11-28 19:24:36 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-11-28 19:24:36 +0000 |
commit | e8a757afb3f2417fc3bebbe495415e1679b74fd4 (patch) | |
tree | b64fd94054b4e557807fed77ba54fa45bc5240e1 /ace/Makefile.am | |
parent | 2764f0da415e35b8fa45d83ddb840be1b79d7d67 (diff) | |
download | ATCD-e8a757afb3f2417fc3bebbe495415e1679b74fd4.tar.gz |
ChangeLogTag:Fri Nov 28 11:21:05 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Makefile.am')
-rw-r--r-- | ace/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Makefile.am b/ace/Makefile.am index 0302e764911..4a95f928042 100644 --- a/ace/Makefile.am +++ b/ace/Makefile.am @@ -50,7 +50,7 @@ SUBDIRS = \ $(SSL_DIR) -INCLUDES = -I$(top_builddir) -I$(top_srcdir) +AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) # Define any X libraries that ACE needs, if any. ACE_XLIBS = @ACE_XLIBS@ |