summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ.T. Conklin <johntconklin@users.noreply.github.com>2006-02-16 03:48:41 +0000
committerJ.T. Conklin <johntconklin@users.noreply.github.com>2006-02-16 03:48:41 +0000
commit555e83360bb0f0292652f66e8d4c2acd07662fbb (patch)
tree3784b8545832c0b7d9d2aa851a60fc5adac1a816
parent5155657b585f9cd43bb4bfaa83dee22ac4145c20 (diff)
downloadMPC-555e83360bb0f0292652f66e8d4c2acd07662fbb.tar.gz
ChangeLogTag: Wed Feb 15 19:41:59 2006 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--ChangeLog9
-rw-r--r--templates/automake.mpd2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 513b5965..b43f9416 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Wed Feb 15 19:41:59 2006 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * templates/automake.mpd:
+
+ Process header_files, inline_files, template_files, idl_files,
+ and pidl_files even if we're not building a executable or lib.
+ This ensures the files will be listed in the Makefile.am (for
+ "make distcheck" and/or for "make install").
+
Wed Feb 15 17:56:02 2006 Steve Huston <shuston@riverace.com>
* templates/nmakedll.mpt:
diff --git a/templates/automake.mpd b/templates/automake.mpd
index 45e35231..7ee19336 100644
--- a/templates/automake.mpd
+++ b/templates/automake.mpd
@@ -167,6 +167,7 @@ lib<%libname_prefix%><%if(sharedname)%><%normalize(sharedname)%><%else%><%normal
<%endif%>
<%endif%>
<%endif%>
+<%endif%>
<%if(!exename)%>
<%if(header_files || inline_files || template_files || idl_files || pidl_files)%>
@@ -180,7 +181,6 @@ lib<%libname_prefix%><%if(sharedname)%><%normalize(sharedname)%><%else%><%normal
<%endfor%>
<%endif%>
<%endif%>
-<%endif%>
<%if(pkgconfig_files)%>
pkgconfig_DATA += \