Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mobject-store
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
sds
mobject-store
Commits
29e3acc0
Commit
29e3acc0
authored
Mar 23, 2018
by
Matthieu Dorier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added pkg config files
parent
c6439bcb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
1 deletion
+29
-1
Makefile.am
Makefile.am
+4
-0
configure.ac
configure.ac
+1
-1
maint/mobject-server.pc.in
maint/mobject-server.pc.in
+12
-0
maint/mobject-store.pc.in
maint/mobject-store.pc.in
+12
-0
No files found.
Makefile.am
View file @
29e3acc0
...
...
@@ -34,3 +34,7 @@ include Make.rules
include
$(top_srcdir)/src/Makefile.subdir
include
$(top_srcdir)/tests/Makefile.subdir
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
maint/mobject-server.pc
\
maint/mobject-store.pc
configure.ac
View file @
29e3acc0
...
...
@@ -141,5 +141,5 @@ AC_SUBST(SERVER_CPPFLAGS)
AC_SUBST(CLIENT_CPPFLAGS)
AC_SUBST(SERVER_CFLAGS)
AC_SUBST(CLIENT_CFLAGS)
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([Makefile
maint/mobject-store.pc maint/mobject-server.pc
])
AC_OUTPUT
maint/mobject-server.pc.in
0 → 100644
View file @
29e3acc0
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: mobject-server
Description: Margo-based object store with a RADOS-like API, server side
Version: 0.1
URL: https://xgitlab.cels.anl.gov/sds/mobject-store
Requires: margo bake-client sdskv-server sdskv-client ssg
Libs: -L${libdir} -lmobject-server
Cflags: -I${includedir}
maint/mobject-store.pc.in
0 → 100644
View file @
29e3acc0
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: mobject-store
Description: Margo-based object store with a RADOS-like API, client side
Version: 0.1
URL: https://xgitlab.cels.anl.gov/sds/mobject-store
Requires: margo ssg ch-placement
Libs: -L${libdir} -lmobject-store
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