From 7eafd48cc0e25a93f96bcde94a79405fee7363c2 Mon Sep 17 00:00:00 2001 From: holger Date: Mon, 24 Oct 2022 20:27:57 +0200 Subject: [PATCH] Add udevices.h to makefile.am for 'make dist' --- 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 917c1dba5..dadaf48d3 100644 --- a/src/include/ngspice/Makefile.am +++ b/src/include/ngspice/Makefile.am @@ -119,6 +119,7 @@ noinst_HEADERS = \ twodev.h \ twomesh.h \ typedefs.h \ + udevices.h \ wordlist.h \ 1-f-code.h \ FastNorm3.h \