From: Uwe Hermann Date: Sun, 5 Jan 2020 17:19:00 +0000 (+0100) Subject: Makefile.am: Add example files to the tarball. X-Git-Tag: libserialport-0.1.2~69 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=d9cc984fe7acc487d39366a98f1d3759f6129361;p=libserialport.git Makefile.am: Add example files to the tarball. --- diff --git a/Makefile.am b/Makefile.am index 640b043..a3bc0d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,7 +53,11 @@ nodist_include_HEADERS = libserialport.h pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libserialport.pc -EXTRA_DIST = Doxyfile +EXTRA_DIST = Doxyfile \ + examples/Makefile \ + examples/README \ + examples/list_ports.c \ + examples/port_info.c MAINTAINERCLEANFILES = ChangeLog