Commit 1c236dc8 1c236dc8e90dd6a2a8cde632f3d6bd0c3a5b1ea0 by Sergey Poznyakoff

Include new headers to the distribution

1 parent 2c83d024
...@@ -73,6 +73,7 @@ pkginclude_HEADERS = \ ...@@ -73,6 +73,7 @@ pkginclude_HEADERS = \
73 kwd.h\ 73 kwd.h\
74 ldap.h\ 74 ldap.h\
75 list.h\ 75 list.h\
76 locus.h\
76 locker.h\ 77 locker.h\
77 log.h\ 78 log.h\
78 mailbox.h\ 79 mailbox.h\
...@@ -116,7 +117,8 @@ pkginclude_HEADERS = \ ...@@ -116,7 +117,8 @@ pkginclude_HEADERS = \
116 types.h\ 117 types.h\
117 url.h\ 118 url.h\
118 version.h\ 119 version.h\
119 wordsplit.h 120 wordsplit.h\
121 yyloc.h
120 122
121 if MU_COND_SUPPORT_CXX 123 if MU_COND_SUPPORT_CXX
122 CPP_DIR = cpp 124 CPP_DIR = cpp
......