sync with fishlim head

This commit is contained in:
Berke Viktor
2012-01-03 16:38:40 +01:00
parent 38a42ed519
commit 18404054b0
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ fishlim.so: $(PLUGIN_OBJECTS)
$(CC) -shared $(OURLINKFLAGS) $(PLUGIN_OBJECTS) -o $@
test: $(TEST_OBJECTS)
$(CC) $(OURLINKFLAGS) $(TEST_OBJECTS) -o $@
$(CC) $(TEST_OBJECTS) -o $@ $(OURLINKFLAGS)
.PHONY: all clean distclean install uninstall