diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6f53337..09dfe56 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,3 +12,7 @@ dist_zexy_DATA = \ LICENSE.txt \ ChangeLog \ zexy-meta.pd + +LIBTOOL_DEPS = @LIBTOOL_DEPS@ +libtool: $(LIBTOOL_DEPS) + $(SHELL) ./config.status libtool |