Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libconfig
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
libconfig
Commits
4e482191
Commit
4e482191
authored
Oct 25, 2017
by
Mark Lindner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing Visual Studio files to EXTRA_DIST
parent
2e5f9716
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
7 deletions
+11
-7
examples/c++/Makefile.am
examples/c++/Makefile.am
+2
-1
examples/c/Makefile.am
examples/c/Makefile.am
+5
-4
lib/Makefile.am
lib/Makefile.am
+2
-1
tests/Makefile.am
tests/Makefile.am
+1
-0
tinytest/Makefile.am
tinytest/Makefile.am
+1
-1
No files found.
examples/c++/Makefile.am
View file @
4e482191
...
...
@@ -12,4 +12,5 @@ LDADD = $(top_builddir)/lib/libconfig++.la
EXTRA_DIST
=
\
example.cfg invalid.cfg
\
*
.vcproj
*
.vcproj
\
*
.vcxproj
examples/c/Makefile.am
View file @
4e482191
...
...
@@ -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
lib/Makefile.am
View file @
4e482191
...
...
@@ -77,7 +77,8 @@ libconfig___la_LDFLAGS = $(VERINFO) -no-undefined
EXTRA_DIST
=
\
$(BUILT_SOURCES)
\
libconfigcpp.cc libconfig.hh
\
*
.vcproj
*
.vcproj
\
*
.vcxproj
pkgconfigdir
=
$(libdir)
/pkgconfig
...
...
tests/Makefile.am
View file @
4e482191
...
...
@@ -13,5 +13,6 @@ libconfig_tests_LDADD = -L$(top_builddir)/tinytest -ltinytest \
EXTRA_DIST
=
\
tests.vcproj
\
tests.vcxproj
\
testdata/
*
.cfg
\
testdata/
*
.txt
tinytest/Makefile.am
View file @
4e482191
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment