added missing files to distribution

fixes https://github.com/OpenSC/OpenSC/issues/1368
This commit is contained in:
Frank Morgner 2018-05-23 22:26:39 +02:00
parent 20b1d829b9
commit 1aa85671db
1 changed files with 1 additions and 1 deletions

View File

@ -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)