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
1f8866ef
Commit
1f8866ef
authored
Aug 23, 2011
by
Ilya Leoshkevich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pkg-config
parent
256aba8d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
3 deletions
+17
-3
Makefile.am
Makefile.am
+4
-1
configure.ac
configure.ac
+2
-2
libcppa.pc.in
libcppa.pc.in
+11
-0
No files found.
Makefile.am
View file @
1f8866ef
...
...
@@ -192,6 +192,9 @@ nobase_library_include_HEADERS = \
cppa/util/wrapped.hpp
libcppa_la_CXXFLAGS
=
--std
=
c++0x
-pedantic
-Wall
-Wextra
libcppa_la_LDFLAGS
=
-release
0.1
$(BOOST_CPPFLAGS)
libcppa_la_LDFLAGS
=
-release
$(PACKAGE_VERSION)
$(BOOST_CPPFLAGS)
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
libcppa.pc
SUBDIRS
=
.
unit_testing
configure.ac
View file @
1f8866ef
AC_PREREQ([2.6])
AC_INIT([
hamcast], [0.4
])
AC_INIT([
libcppa], [0.1
])
AM_INIT_AUTOMAKE(@PACKAGE_NAME@, @PACKAGE_VERSION@)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src])
...
...
@@ -39,5 +39,5 @@ AS_IF(
CPPFLAGS="$ORIGINAL_CPPFLAGS"
AC_CONFIG_FILES([Makefile unit_testing/Makefile])
AC_CONFIG_FILES([Makefile unit_testing/Makefile
libcppa.pc
])
AC_OUTPUT
libcppa.pc.in
0 → 100644
View file @
1f8866ef
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libcppa
Description: C++ actors library.
#Requires:
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lcppa
Cflags: -I${includedir}/cppa/@PACKAGE_VERSION@
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