Commit 53e4b9b8 authored by claes's avatar claes

Mysql added

parent 8e387df8
......@@ -11,6 +11,6 @@ link = $(ldxx) $(elinkflags) $(domap) -o $(pwr_exe)/wb_ge_gtk \
-lpwr_co_gtk -lpwr_co -lpwr_flow_gtk -lpwr_flow \
`pkg-config --libs gtk+-2.0` \
-lpwr_msg_dummy -lantlr \
-lrpcsvc -lpthread -lm -ldb_cxx -lz
-lrpcsvc -lpthread -lm -ldb_cxx -lz $(linkmysql)
endif
......@@ -10,6 +10,6 @@ link = $(ldxx) $(elinkflags) $(domap) -o $(pwr_exe)/wb_ge_motif \
-lpwr_glow_motif -lpwr_glow -lpwr_rt_motif -lpwr_rt -lpwr_co_motif -lpwr_co \
-lpwr_msg_dummy -lantlr -lImlib -lMrm -lXm -lXpm -lXt -lX11 -lXext -lXp\
-lXmu -lSM -lICE\
-lrpcsvc -lpthread -lm -ldb_cxx -lz
-lrpcsvc -lpthread -lm -ldb_cxx -lz $(linkmysql)
endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment