From 7efd37c004833a4f1758bc99623850d89722636d Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Tue, 10 Dec 2013 01:05:59 +0100 Subject: Fix 'dist' make target. --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') 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) -- cgit v1.2.3-70-g09d2