Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bake
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
bake
Commits
f729c91b
Commit
f729c91b
authored
Oct 20, 2017
by
Rob Latham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
One pkgconfig file per library
parent
ce6f0c9f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
4 deletions
+18
-4
Makefile.am
Makefile.am
+3
-1
maint/bake-bulk-client.pc.in
maint/bake-bulk-client.pc.in
+12
-0
maint/bake-bulk-server.pc.in
maint/bake-bulk-server.pc.in
+3
-3
No files found.
Makefile.am
View file @
f729c91b
...
...
@@ -33,7 +33,9 @@ src_libbake_bulk_server_la_SOURCES =
LDADD
=
src/libbake-bulk-client.la src/libbake-bulk-server.la
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
maint/bake-bulk.pc
pkgconfig_DATA
=
maint/bake-bulk-client.pc
\
maint/bake-bulk-server.pc
include
Make.rules
...
...
maint/bake-bulk-client.pc.in
0 → 100644
View file @
f729c91b
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: bake-bulk-client
Description: bulk data access service, client side
Version: 0.1
URL: https://xgitlab.cels.anl.gov/sds/bake-bulk
Requires: margo
Libs: -L${libdir} -lbake-bulk-client
Cflags: -I${includedir}
maint/bake-bulk.pc.in
→
maint/bake-bulk
-server
.pc.in
View file @
f729c91b
...
...
@@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: bake-bulk
Description: bulk data access service
Name: bake-bulk
-server
Description: bulk data access service
, server side
Version: 0.1
URL: https://xgitlab.cels.anl.gov/sds/bake-bulk
Requires: margo uuid libpmemobj
Libs: -L${libdir} -lbake-bulk
Libs: -L${libdir} -lbake-bulk
-server
Cflags: -I${includedir}
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