Commit 3882084c7df2bc5ea33b4466949b41aa86502ab3

Authored by Perry Werneck
1 parent 9371d77c
Exists in master and in 1 other branch develop

Fixing build.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
client/Makefile.in
@@ -192,7 +192,7 @@ $(BINRLS)/lib$(MODULE_NAME)@LIBEXT@: \ @@ -192,7 +192,7 @@ $(BINRLS)/lib$(MODULE_NAME)@LIBEXT@: \
192 -shared -Wl,-soname,$(@F) \ 192 -shared -Wl,-soname,$(@F) \
193 -o $@ \ 193 -o $@ \
194 $(LDFLAGS) \ 194 $(LDFLAGS) \
195 - $^ 195 + $^ \
196 $(LIBS) \ 196 $(LIBS) \
197 $(GTK_LIBS) 197 $(GTK_LIBS)
198 198