Browse Source

Fix some problems for dist-xz

Serj Kalichev 1 year ago
parent
commit
63210121e7
4 changed files with 19 additions and 5 deletions
  1. 11 4
      Makefile.am
  2. 2 0
      docs/Makefile.am
  3. 3 0
      examples/Makefile.am
  4. 3 1
      klish/Makefile.am

+ 11 - 4
Makefile.am

@@ -24,15 +24,22 @@ nobase_include_HEADERS =
 noinst_HEADERS =
 
 EXTRA_DIST =
-	klish/Makefile.am \
+	bin/Makefile.am \
 	dbs/Makefile.am \
+	docs/Makefile.am \
+	examples/Makefile.am \
+	klish/Makefile.am \
 	plugins/Makefile.am \
-	bin/Makefile.am
+	klish.xsd \
+	LICENCE \
+	README.md
 
-include $(top_srcdir)/klish/Makefile.am
+include $(top_srcdir)/bin/Makefile.am
 include $(top_srcdir)/dbs/Makefile.am
+include $(top_srcdir)/docs/Makefile.am
+include $(top_srcdir)/examples/Makefile.am
+include $(top_srcdir)/klish/Makefile.am
 include $(top_srcdir)/plugins/Makefile.am
-include $(top_srcdir)/bin/Makefile.am
 
 define CONTROL
 PACKAGE: klish

+ 2 - 0
docs/Makefile.am

@@ -0,0 +1,2 @@
+EXTRA_DIST +=
+	docs/specification.ru.md

+ 3 - 0
examples/Makefile.am

@@ -0,0 +1,3 @@
+EXTRA_DIST +=
+	lua \
+	test

+ 3 - 1
klish/Makefile.am

@@ -41,11 +41,13 @@ nobase_include_HEADERS += \
 nobase_include_HEADERS += \
 	klish/kudata.h \
 	klish/kustore.h \
+	klish/kcontext_base.h \
 	klish/kcontext.h \
 	klish/kpath.h \
 	klish/kexec.h \
 	klish/kpargv.h \
-	klish/ksession.h
+	klish/ksession.h \
+	klish/ksession_parse.h
 
 # XML-helper
 nobase_include_HEADERS += \