Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
bake
Commits
f729c91b
Commit
f729c91b
authored
Oct 20, 2017
by
Rob Latham
Browse files
One pkgconfig file per library
parent
ce6f0c9f
Changes
3
Hide whitespace changes
Inline
Side-by-side
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