Update of /cvsroot/monetdb/MonetDB/src/gdk
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29384/MonetDB/src/gdk

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/gdk/Makefile.ag,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Makefile.ag 21 Nov 2007 15:03:52 -0000      1.35
+++ Makefile.ag 9 Dec 2007 13:03:50 -0000       1.36
@@ -30,12 +30,23 @@
                gdk_qsort.mx gdk_ssort.mx gdk_storage.mx gdk_bat.mx \
                gdk_delta.mx gdk_relop.mx gdk_system.mx gdk_value.mx \
                gdk_posix.mx gdk_logger.mx bat.feps bat1.feps bat2.feps
-       HEADERS = h
        LIBS = ../common/libmutils ../common/libstream \
                $(SOCKET_LIBS) $(Z_LIBS) $(BZ_LIBS) \
                $(MALLOC_LIBS) $(PTHREAD_LIBS) $(DL_LIBS)
 }
 
+headers_gdk = {
+       DIR = includedir/MonetDB/gdk
+       HEADERS = h
+       SOURCES = \
+               gdk_scanselect.mx gdk.mx gdk_batop.mx gdk_desc.mx \
+               gdk_search.mx gdk_tm.mx gdk_align.mx gdk_bbp.mx \
+               gdk_heap.mx gdk_setop.mx gdk_utils.mx gdk_atoms.mx \
+               gdk_qsort.mx gdk_ssort.mx gdk_storage.mx gdk_bat.mx \
+               gdk_delta.mx gdk_relop.mx gdk_system.mx gdk_value.mx \
+               gdk_posix.mx gdk_logger.mx bat.feps bat1.feps bat2.feps
+}
+
 #doc_gdk = {
        #DIR = pkgdatadir/docs/gdk
        #SOURCES = \


-------------------------------------------------------------------------
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

Reply via email to