From 1aa85671db0321d56bdfcd1681769325339dcf3b Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Wed, 23 May 2018 22:26:39 +0200 Subject: [PATCH] added missing files to distribution fixes https://github.com/OpenSC/OpenSC/issues/1368 --- src/ui/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am index 5a29358f..ec9e149d 100644 --- a/src/ui/Makefile.am +++ b/src/ui/Makefile.am @@ -4,7 +4,7 @@ MAINTAINERCLEANFILES = $(srcdir)/Makefile.in EXTRA_DIST = Makefile.mak noinst_LTLIBRARIES = libstrings.la libnotify.la -noinst_HEADERS = strings.h notify.h wchar_from_char_str.h +noinst_HEADERS = strings.h notify.h wchar_from_char_str.h char_str_from_wchar.h invisible_window.h AM_CPPFLAGS = -I$(top_srcdir)/src AM_CFLAGS = $(OPTIONAL_OPENSSL_CFLAGS) $(OPTIONAL_NOTIFY_CFLAGS)