Changeset: f1e3313bb5bc for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f1e3313bb5bc
Modified Files:
        clients/mapiclient/Makefile.ag
Branch: default
Log Message:

Don't add source file multiple times, use library instead; also add header.


diffs (37 lines):

diff --git a/clients/mapiclient/Makefile.ag b/clients/mapiclient/Makefile.ag
--- a/clients/mapiclient/Makefile.ag
+++ b/clients/mapiclient/Makefile.ag
@@ -20,7 +20,7 @@ INCLUDES = ../mapilib ../../common/optio
 
 lib_mcutil = {
        NOINST
-       SOURCES = dump.c prompt.c dotmonetdb.c
+       SOURCES = dump.c prompt.c dotmonetdb.c eventparser.c eventparser.h
 }
 
 bin_mclient = {
@@ -39,21 +39,21 @@ bin_msqldump = {
 }
 
 bin_stethoscope = {
-       SOURCES = eventparser.c stethoscope.c
+       SOURCES = stethoscope.c
        LIBS = libmcutil ../mapilib/libmapi \
                ../../common/stream/libstream \
                $(curl_LIBS) $(MALLOC_LIBS) $(PTHREAD_LIBS) $(SOCKET_LIBS)
 }
 
 bin_tachograph = {
-       SOURCES = eventparser.c tachograph.c
+       SOURCES = tachograph.c
        LIBS = libmcutil ../mapilib/libmapi \
                ../../common/stream/libstream \
                $(curl_LIBS) $(MALLOC_LIBS) $(PTHREAD_LIBS) $(SOCKET_LIBS)
 }
 
 bin_tomograph = {
-       SOURCES = eventparser.c tomograph.c
+       SOURCES = tomograph.c
        LIBS = libmcutil ../mapilib/libmapi \
                ../../common/stream/libstream \
                $(curl_LIBS) $(MALLOC_LIBS) $(PTHREAD_LIBS) $(SOCKET_LIBS)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to