Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
flext
Commits
05159376
Commit
05159376
authored
Jul 15, 2015
by
Thomas Grill
Browse files
Install .cpp files also with autoconf build system to enable flext builds using FLEXT_INLINE
parent
4c290347
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
05159376
...
...
@@ -33,3 +33,23 @@ flext.xcodeproj/xcuserdata/
*.exe
*.out
*.app
# autoconf temporary files
Makefile
Makefile.in
aclocal.m4
autom4te.cache
compile
config.guess
config.log
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
source/.deps
source/Makefile
source/Makefile.in
source/Makefile.am
View file @
05159376
...
...
@@ -66,7 +66,8 @@ nobase_pkginclude_HEADERS = \
lockfree/atomic_int.hpp
\
lockfree/atomic_ptr.hpp
\
lockfree/fifo.hpp
\
lockfree/stack.hpp
lockfree/stack.hpp
\
$(SRCS_FLEXT)
...
...
Write
Preview
Supports
Markdown
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