diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9a0a892..a9460e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,6 +58,10 @@ ChangeLog: git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog dist-hook: ChangeLog + $(MKDIR_P) $(distdir)/tools + cp tools/install-decoders $(distdir)/tools + $(MKDIR_P) $(distdir)/decoders + tools/install-decoders -o $(distdir)/decoders install-decoders: $(MKDIR_P) $(DESTDIR)$(DECODERS_DIR) |