From d9cc984fe7acc487d39366a98f1d3759f6129361 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 5 Jan 2020 18:19:00 +0100 Subject: [PATCH] Makefile.am: Add example files to the tarball. --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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