From 19380903ccec49dc0d00efcb26d87929c87cb04a Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 27 Oct 2018 16:37:33 +0200 Subject: [PATCH] add missing evtshared.h to the distribution --- src/include/ngspice/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/ngspice/Makefile.am b/src/include/ngspice/Makefile.am index efd91ae32..f6135dba1 100644 --- a/src/include/ngspice/Makefile.am +++ b/src/include/ngspice/Makefile.am @@ -39,6 +39,7 @@ pkginclude_HEADERS = \ evt.h \ evtproto.h \ evttypes.h \ + evtshared.h \ evtudn.h \ ftedbgra.h \ ftedebug.h \