Commit bbc48617 authored by claes's avatar claes

Linking against installed db

parent fbedc55a
...@@ -6,6 +6,6 @@ link = $(ld) $(linkflags) $(domap) -o $(export_exe) \ ...@@ -6,6 +6,6 @@ link = $(ld) $(linkflags) $(domap) -o $(export_exe) \
$(pwr_obj)/rt_io_user.o \ $(pwr_obj)/rt_io_user.o \
-lpwr_rt -lpwr_co \ -lpwr_rt -lpwr_co \
-lpwr_msg_dummy \ -lpwr_msg_dummy \
-ldb-4.0 -lrpcsvc -lpthread -lm -lrt -ldb -lrpcsvc -lpthread -lm -lrt
endif 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