diff --git a/GNUmakefile.in b/GNUmakefile.in index 47a30ae1ff7f56de9e5b61f90350c0ff6bc0c9b1..7e25e302986f26ac5a9b4191b850a7586d844361 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -99,7 +99,7 @@ install: $(MAKE) -C contrib/dblink $@ $(MAKE) -C contrib/ndpplugin $@ $(MAKE) -C contrib/common_cipher $@ - @if test -d contrib/spq_plugin; then $(MAKE) -C contrib/spq_plugin $@; fi + @if test -d contrib/spq_plugin; then $(MAKE) -C contrib/spq_plugin/src; $(MAKE) -C contrib/spq_plugin $@; fi @if test -d contrib/dolphin; then $(MAKE) -C contrib/dolphin $@; fi @if test -d contrib/age; then $(MAKE) -C contrib/age $@; fi @if test -d contrib/datavec; then $(MAKE) -C contrib/datavec $@; fi