diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-01-03 16:38:40 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-01-03 16:38:40 +0100 |
commit | 18404054b0e7bad84c552530fa5771f38469f2d3 (patch) | |
tree | 807098a91dc2e0c83683e7673b17d32d29319d7c /plugins/fishlim/Makefile | |
parent | 38a42ed51950661edd5a5ea59151795e12b259f3 (diff) |
sync with fishlim head
Diffstat (limited to 'plugins/fishlim/Makefile')
-rw-r--r-- | plugins/fishlim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fishlim/Makefile b/plugins/fishlim/Makefile index a1832c84..3f0e93d2 100644 --- a/plugins/fishlim/Makefile +++ b/plugins/fishlim/Makefile @@ -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 |