Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mobject-store
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
13
Issues
13
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
mobject-store
Commits
44801d0e
Commit
44801d0e
authored
Nov 01, 2017
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
couple more autotool fixes
parent
f13ae914
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
configure.ac
configure.ac
+4
-4
Makefile.subdir
tests/Makefile.subdir
+1
-1
No files found.
configure.ac
View file @
44801d0e
...
...
@@ -80,9 +80,9 @@ SERVER_CFLAGS="$SDSKEYVALSERVER_CFLAGS $SERVER_CFLAGS"
PKG_CHECK_MODULES([SDSKEYVALCLIENT],[kv-client],[],
AC_MSG_ERROR([Could not find working sds-keyval client installation!]) )
SERVER_LIBS="$SDSKEYVALCLIENT_LIBS $
CLIENT
_LIBS"
SERVER_CPPFLAGS="$SDSKEYVALCLIENT_CFLAGS $
CLIENT
_CPPFLAGS"
SERVER_CFLAGS="$SDSKEYVALCLIENT_CFLAGS $
CLIENT
_CFLAGS"
SERVER_LIBS="$SDSKEYVALCLIENT_LIBS $
SERVER
_LIBS"
SERVER_CPPFLAGS="$SDSKEYVALCLIENT_CFLAGS $
SERVER
_CPPFLAGS"
SERVER_CFLAGS="$SDSKEYVALCLIENT_CFLAGS $
SERVER
_CFLAGS"
PKG_CHECK_MODULES([PMEM],[libpmemobj],[],
AC_MSG_ERROR([Could not find working libpmemobj installation!]) )
...
...
@@ -92,7 +92,7 @@ SERVER_CFLAGS="$PMEM_CFLAGS $SERVER_CFLAGS"
PKG_CHECK_MODULES([BAKE],[bake-bulk-server],[],
AC_MSG_ERROR([Could not find working BAKE installation!]) )
SERVER_LIBS="$BAKE_LIBS $LIBS"
SERVER_LIBS="$BAKE_LIBS $
SERVER_
LIBS"
SERVER_CPPFLAGS="$BAKE_CFLAGS $SERVER_CPPFLAGS"
SERVER_CFLAGS="$BAKE_CFLAGS $SERVER_CFLAGS"
...
...
tests/Makefile.subdir
View file @
44801d0e
...
...
@@ -25,5 +25,5 @@ endif
tests_mobject_client_test_LDADD
=
src/client/libmobject-store.la
${
CLIENT_LIBS
}
tests_sds_keyval_client_test_LDADD
=
${
CLIENT
_LIBS
}
tests_sds_keyval_client_test_LDADD
=
${
SERVER
_LIBS
}
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