Browse Source

Fix make dist target and don't install XMLs automatically

Serj Kalichev 1 year ago
parent
commit
012dd84cfa
2 changed files with 6 additions and 6 deletions
  1. 6 5
      Makefile.am
  2. 0 1
      configure.ac

+ 6 - 5
Makefile.am

@@ -19,14 +19,15 @@ lib_LIBRARIES =
 nobase_include_HEADERS =
 noinst_HEADERS =
 
-EXTRA_DIST =
+EXTRA_DIST = \
 	bin/Makefile.am \
-	src/Makefile.am
+	src/Makefile.am \
 	LICENCE \
-	README.md
+	README.md \
+	xml
 
 include $(top_srcdir)/bin/Makefile.am
 include $(top_srcdir)/src/Makefile.am
 
-xmldir = $(sysconfdir)/klish
-dist_xml_DATA = xml/sysrepo.xml
+#xmldir = $(sysconfdir)/klish
+#dist_xml_DATA = xml/sysrepo.xml

+ 0 - 1
configure.ac

@@ -22,7 +22,6 @@ AC_USE_SYSTEM_EXTENSIONS
 
 # Checks for programs.
 AC_PROG_CC
-AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL
 
 AC_CONFIG_HEADERS([config.h])