Update of /cvsroot/monetdb/MonetDB/src/common
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29384/MonetDB/src/common
Modified Files:
Makefile.ag
Log Message:
for consistency between Windows and Unix:
Also on Windows (like on Unix),
install MonetDB's header files in <prefix>/include/MonetDB/{common,gdk}/,
not just in <prefix>/include/{common,gdk}/ .
Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/common/Makefile.ag,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Makefile.ag 7 Dec 2007 11:58:31 -0000 1.29
+++ Makefile.ag 9 Dec 2007 13:03:50 -0000 1.30
@@ -19,22 +19,27 @@
MTSAFE
EXTRA_DIST = monet_getopt.h getopt.c getopt1.c memcmp.c stream_socket.h
-EXTRA_HEADERS = stream_socket.h
lib_mutils = {
NAME = mutils
SOURCES = monet_utils.mx monet_options.mx monet_getopt.h
- HEADERS = h
}
INCLUDES = $(Z_CFLAGS) $(BZ_CFLAGS) $(OPENSSL_INCS) $(CURL_INCS)
$(ICONV_CFLAGS)
lib_stream = {
SOURCES = stream.mx dummy_gdk_utils.mx
- HEADERS = h
LIBS = libmutils $(SOCKET_LIBS) $(Z_LIBS) $(BZ_LIBS) $(OPENSSL_LIBS)
$(CURL_LIBS) $(ICONV_LIBS)
}
+headers_common = {
+ DIR = includedir/MonetDB/common
+ HEADERS = h
+ SOURCES = stream_socket.h \
+ monet_utils.mx monet_options.mx monet_getopt.h \
+ stream.mx dummy_gdk_utils.mx
+}
+
headers_py = {
HEADERS = py
DIR = $(prefix)/$(PYTHON_LIBDIR)/MonetDB
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins