Changeset: 720e8566c887 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=720e8566c887
Modified Files:
        sql/backends/monet5/UDF/Makefile.ag
Branch: Aug2011
Log Message:

Remove unused library/includes from Makefile.


diffs (21 lines):

diff --git a/sql/backends/monet5/UDF/Makefile.ag 
b/sql/backends/monet5/UDF/Makefile.ag
--- a/sql/backends/monet5/UDF/Makefile.ag
+++ b/sql/backends/monet5/UDF/Makefile.ag
@@ -28,15 +28,14 @@
        ../../../../clients/mapilib \
        ../../../../common/options \
        ../../../../common/stream \
-       ../../../../gdk \
-       $(READLINE_INCS) $(curl_CFLAGS)
+       ../../../../gdk
 
 lib__udf = {
        MODULE
        DIR = libdir/monetdb5
        SOURCES = udf.c
        LIBS = ../../../../monetdb5/tools/libmonetdb5 \
-                  ../../../../gdk/libbat $(curl_LIBS)
+                  ../../../../gdk/libbat
 }
 
 headers_mal = {
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to