From e559d5da6717ff9e956ac7ad58fdb51ca774840d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 15 Apr 2014 18:30:28 +0200 Subject: [PATCH] Makefile.am: Add HACKING to the tarball. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 741720f..5c88cc4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,7 +47,7 @@ noinst_HEADERS = libsigrokdecode-internal.h pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libsigrokdecode.pc -EXTRA_DIST = Doxyfile contrib/sigrok-logo-notext.png +EXTRA_DIST = Doxyfile HACKING contrib/sigrok-logo-notext.png if HAVE_CHECK TESTS = tests/check_main -- 2.30.2