Changeset: 12fcb9dd8a04 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=12fcb9dd8a04
Modified Files:
buildtools/autogen/autogen/am.py
buildtools/conf/Makefile.ag
clients/odbc/winsetup/Makefile.ag
Branch: Aug2011
Log Message:
Add more files to the distribution tar ball.
With these extra files we can build on Windows using the tar ball.
diffs (30 lines):
diff --git a/buildtools/autogen/autogen/am.py b/buildtools/autogen/autogen/am.py
--- a/buildtools/autogen/autogen/am.py
+++ b/buildtools/autogen/autogen/am.py
@@ -1268,7 +1268,7 @@ AUTOMAKE_OPTIONS = no-dependencies 1.4 f
fd.write("BUILT_SOURCES =%s\n" % am_list2string(am['BUILT_SOURCES'], " ",
""))
fd.write("MOSTLYCLEANFILES =%s\n" % am_list2string(am['CLEAN'], ' ', ''))
- fd.write("EXTRA_DIST = Makefile.msc%s\n" % \
+ fd.write("EXTRA_DIST = Makefile.ag Makefile.msc%s\n" % \
am_list2string(am['EXTRA_DIST'], " ", ""))
## fd.write(" $(BUILT_SOURCES)\n")
diff --git a/buildtools/conf/Makefile.ag b/buildtools/conf/Makefile.ag
--- a/buildtools/conf/Makefile.ag
+++ b/buildtools/conf/Makefile.ag
@@ -57,4 +57,4 @@ headers_systemd = {
SOURCES = monetdbd.conf
}
-EXTRA_DIST = rules.mk
+EXTRA_DIST = rules.mk banner.bmp license.rtf monetdb.ico website.html
diff --git a/clients/odbc/winsetup/Makefile.ag
b/clients/odbc/winsetup/Makefile.ag
--- a/clients/odbc/winsetup/Makefile.ag
+++ b/clients/odbc/winsetup/Makefile.ag
@@ -32,3 +32,5 @@ bin_odbcinstall = {
SOURCES = install.c
LIBS = -lodbc32 -lodbccp32 -lversion -lshlwapi -luser32
}
+
+EXTRA_DIST = banner.bmp
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list