X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=Makefile.am;h=c265331169b2512880e0bc15db5a4a01500d48fd;hp=6a5d6cf1cb781ddb086544f5ed472540d5066487;hb=03d6d746b742fb21ca22086ba6b72943a845ecc9;hpb=37b94c205e4c1c43e77e29993108f23066cbce05 diff --git a/Makefile.am b/Makefile.am index 6a5d6cf..c265331 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ ACLOCAL_AMFLAGS = -I autostuff -SUBDIRS = contrib decoders tests +SUBDIRS = contrib tests lib_LTLIBRARIES = libsigrokdecode.la @@ -59,3 +59,9 @@ ChangeLog: dist-hook: ChangeLog +install-decoders: + $(MKDIR_P) $(DECODERS_DIR) + tools/install-decoders -o $(DECODERS_DIR) + +install-data-hook: install-decoders +