diff -ur tevent/Makefile.in tevent.new/Makefile.in --- tevent/Makefile.in 2010-08-13 12:59:52.000000000 +0400 +++ tevent.new/Makefile.in 2010-08-13 13:00:29.592428057 +0400 @@ -52,7 +52,7 @@ install:: all $(TEVENT_SOLIB): $(TEVENT_OBJ) - $(SHLD) $(SHLD_FLAGS) $(LDFLAGS) $(LIBS) -o $@ $(TEVENT_OBJ) $(VERSIONSCRIPT) $(EXPORTSFILE) $(SONAMEFLAG)$(TEVENT_SONAME) + $(SHLD) $(SHLD_FLAGS) $(LDFLAGS) -o $@ $(TEVENT_OBJ) $(LIBS) $(VERSIONSCRIPT) $(EXPORTSFILE) $(SONAMEFLAG)$(TEVENT_SONAME) shared-build: all ${INSTALLCMD} -d $(sharedbuilddir)/lib