Commit 6f04855459e9f7754df5a93f3a6d9dda76d607fd

Authored by Perry Werneck
1 parent 761950ab
Exists in master and in 1 other branch develop

Fixing client build.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
client/Makefile.in
... ... @@ -46,7 +46,7 @@ DYNAMIC_SOURCES= \
46 46 TEST_SOURCES= \
47 47 $(wildcard src/testprogram/*.cc)
48 48  
49   -CLIENT_MODULES=library static
  49 +CLIENT_MODULES=@CLIENT_MODULES@
50 50  
51 51 #---[ Tools ]----------------------------------------------------------------------------
52 52  
... ...