X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=Makefile.am;h=9a0a8924baf1fec14048ff49bbd94365d6bacbd4;hp=6a5d6cf1cb781ddb086544f5ed472540d5066487;hb=a90eeee1f0af5213f8e88788d0d2d715fad1d4c6;hpb=a3a2a26d2a93d1fe7a3bb2e8eb732509c8c905e6 diff --git a/Makefile.am b/Makefile.am index 6a5d6cf..9a0a892 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) $(DESTDIR)$(DECODERS_DIR) + tools/install-decoders -o $(DESTDIR)$(DECODERS_DIR) + +install-data-hook: install-decoders +