summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-15 02:01:46 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-15 02:01:46 +0000
commit218a005db0fed8af2ecdd7e6963f0e9b7e18a174 (patch)
tree4be030912287106fae34456be4ddd587ac1e23de
parent7989220c61085af5dfb093d74a1eb33450a3af3b (diff)
downloadATCD-218a005db0fed8af2ecdd7e6963f0e9b7e18a174.tar.gz
ChangeLogTag: Wed Nov 15 01:56:28 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--ACE/ChangeLog12
-rw-r--r--ACE/protocols/ace/HTBP/Makefile.am2
-rw-r--r--ACE/protocols/ace/RMCast/Makefile.am2
-rw-r--r--ACE/protocols/ace/TMCast/Makefile.am2
4 files changed, 15 insertions, 3 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 9f1f6989d20..54cead2d974 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,15 @@
+Wed Nov 15 01:56:28 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * protocols/ace/HTBP/Makefile.am:
+ * protocols/ace/RMCast/Makefile.am:
+ * protocols/ace/TMCast/Makefile.am:
+
+ Change includedir to omit the "protocols" subdirectory.
+
+ The header files for these libraries are intended to be
+ installed in ${prefix}/include/ace/{HTBP,RMCast,TMCast}
+ not ${prefix}/include/protocols/ace/{HTBP,RMCast,TMCast}.
+
Wed Nov 15 01:11:02 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
* ace/Makefile.am:
diff --git a/ACE/protocols/ace/HTBP/Makefile.am b/ACE/protocols/ace/HTBP/Makefile.am
index 7c777cfec2b..9119681ffca 100644
--- a/ACE/protocols/ace/HTBP/Makefile.am
+++ b/ACE/protocols/ace/HTBP/Makefile.am
@@ -8,7 +8,7 @@
## MPC Command:
## /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 -exclude build,Kokyu
-includedir = @includedir@/protocols/ace/HTBP
+includedir = @includedir@/ace/HTBP
pkgconfigdir = @libdir@/pkgconfig
ACE_BUILDDIR = $(top_builddir)
diff --git a/ACE/protocols/ace/RMCast/Makefile.am b/ACE/protocols/ace/RMCast/Makefile.am
index 3859cf8563f..ac4adeea41e 100644
--- a/ACE/protocols/ace/RMCast/Makefile.am
+++ b/ACE/protocols/ace/RMCast/Makefile.am
@@ -8,7 +8,7 @@
## MPC Command:
## /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 -exclude build,Kokyu
-includedir = @includedir@/protocols/ace/RMCast
+includedir = @includedir@/ace/RMCast
pkgconfigdir = @libdir@/pkgconfig
ACE_BUILDDIR = $(top_builddir)
diff --git a/ACE/protocols/ace/TMCast/Makefile.am b/ACE/protocols/ace/TMCast/Makefile.am
index 13f369142f4..c4873787693 100644
--- a/ACE/protocols/ace/TMCast/Makefile.am
+++ b/ACE/protocols/ace/TMCast/Makefile.am
@@ -8,7 +8,7 @@
## MPC Command:
## /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 -exclude build,Kokyu
-includedir = @includedir@/protocols/ace/TMCast
+includedir = @includedir@/ace/TMCast
pkgconfigdir = @libdir@/pkgconfig
ACE_BUILDDIR = $(top_builddir)