X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=Makefile.am;h=a9460e55ad9dd6b29b3e6f4bb7b564b8d3fe822a;hp=9a0a8924baf1fec14048ff49bbd94365d6bacbd4;hb=7efd37c004833a4f1758bc99623850d89722636d;hpb=a6b52878af14944b52ed202478f038b1abcb0d07 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)