Commit 4e482191 authored by Mark Lindner's avatar Mark Lindner

Added missing Visual Studio files to EXTRA_DIST

parent 2e5f9716
......@@ -12,4 +12,5 @@ LDADD = $(top_builddir)/lib/libconfig++.la
EXTRA_DIST = \
example.cfg invalid.cfg \
*.vcproj
*.vcproj \
*.vcxproj
......@@ -9,7 +9,8 @@ AM_CPPFLAGS = -I $(top_srcdir)/lib
LDADD = $(top_builddir)/lib/libconfig.la
EXTRA_DIST = \
example.cfg \
example4.cfg \
cfg_includes/*.cfg \
*.vcproj
example.cfg \
example4.cfg \
cfg_includes/*.cfg \
*.vcproj \
*.vcxproj
......@@ -77,7 +77,8 @@ libconfig___la_LDFLAGS = $(VERINFO) -no-undefined
EXTRA_DIST = \
$(BUILT_SOURCES) \
libconfigcpp.cc libconfig.hh \
*.vcproj
*.vcproj \
*.vcxproj
pkgconfigdir = $(libdir)/pkgconfig
......
......@@ -13,5 +13,6 @@ libconfig_tests_LDADD = -L$(top_builddir)/tinytest -ltinytest \
EXTRA_DIST = \
tests.vcproj \
tests.vcxproj \
testdata/*.cfg \
testdata/*.txt
......@@ -3,4 +3,4 @@ noinst_LIBRARIES = libtinytest.a
libtinytest_a_SOURCES = tinytest.c tinytest.h
EXTRA_DIST = tinytest.vcproj
EXTRA_DIST = tinytest.vcproj tinytest.vcxproj
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment