summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ.T. Conklin <johntconklin@users.noreply.github.com>2004-08-05 18:14:37 +0000
committerJ.T. Conklin <johntconklin@users.noreply.github.com>2004-08-05 18:14:37 +0000
commit43e4787b7139ec148e110b3ce4c5da34a8effbe8 (patch)
tree1ec98d0bce3b80ba37071c430973612e957558af
parent6c52bf94ad90b08b6b6bd09a3cf0e3a854cd67cf (diff)
downloadMPC-43e4787b7139ec148e110b3ce4c5da34a8effbe8.tar.gz
ChangeLogTag: Thu Aug 5 11:14:12 2004 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--ChangeLog6
-rw-r--r--templates/automake.mpd2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fdb0796b..5e6fff48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Aug 5 11:14:12 2004 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * templates/automake.mpd:
+ Check "libout", not "install" to determine whether a library
+ is to be installed.
+
Thu Aug 5 09:14:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
The following changes are from Martin Corino <mcorino@remedy.nl>
diff --git a/templates/automake.mpd b/templates/automake.mpd
index 3c6e34a3..96ea4ad8 100644
--- a/templates/automake.mpd
+++ b/templates/automake.mpd
@@ -40,7 +40,7 @@ CLEANFILES += \
<%if(exename)%>
<%if(install)%>bin<%else%>noinst<%endif%>_PROGRAMS += <%exename%>
<%else%>
-<%if(install)%>lib<%else%>noinst<%endif%>_LTLIBRARIES += lib<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>.la
+<%if(libout)%>lib<%else%>noinst<%endif%>_LTLIBRARIES += lib<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>.la
<%endif%>
<%if(exename)%>