Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
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
Operations
Operations
Metrics
Environments
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
cpp-libs
Actor Framework
Commits
2db41543
Commit
2db41543
authored
Aug 23, 2011
by
Ilya Leoshkevich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NO_VERSIONED_INCLUDE_DIR
parent
1ac0b7d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
Makefile.am
Makefile.am
+5
-1
configure.ac
configure.ac
+4
-0
No files found.
Makefile.am
View file @
2db41543
...
...
@@ -53,7 +53,11 @@ libcppa_la_SOURCES = \
src/yielding_message_queue.cpp
\
src/yield_interface.cpp
library_includedir
=
$(includedir)
/cppa/0.1/
if
VERSIONED_INCLUDE_DIR
library_includedir
=
$(includedir)
/cppa/
$(PACKAGE_VERSION)
/
else
library_includedir
=
$(includedir)
/
endif
nobase_library_include_HEADERS
=
\
cppa/actor_behavior.hpp
\
...
...
configure.ac
View file @
2db41543
...
...
@@ -39,5 +39,9 @@ AS_IF(
CPPFLAGS="$ORIGINAL_CPPFLAGS"
# environment
AC_ARG_VAR([NO_VERSIONED_INCLUDE_DIR], [set this to 1 in order to install headers into <prefix>/cppa/ rather than into <prefix>/cppa/<version>/cppa/])
AM_CONDITIONAL([VERSIONED_INCLUDE_DIR], [test "x$NO_VERSIONED_INCLUDE_DIR" != "x1"])
AC_CONFIG_FILES([Makefile unit_testing/Makefile libcppa.pc])
AC_OUTPUT
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