Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
protobuf-c
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
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
Libraries
protobuf-c
Commits
e8a55cf1
Commit
e8a55cf1
authored
Dec 14, 2013
by
Robert Edmonds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.am: remove protobuf-c-rpc
parent
0e9f999a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
57 deletions
+0
-57
Makefile.am
Makefile.am
+0
-57
No files found.
Makefile.am
View file @
e8a55cf1
...
...
@@ -48,42 +48,6 @@ pkgconfig_DATA += protobuf-c/libprotobuf-c.pc
CLEANFILES
+=
protobuf-c/libprotobuf-c.pc
EXTRA_DIST
+=
protobuf-c/libprotobuf-c.pc.in
#
# libprotobuf-c-rpc
#
if
BUILD_RPC
LIBPROTOBUF_C_RPC_CURRENT
=
0
LIBPROTOBUF_C_RPC_REVISION
=
0
LIBPROTOBUF_C_RPC_AGE
=
0
lib_LTLIBRARIES
+=
\
protobuf-c-rpc/libprotobuf-c-rpc.la
nobase_include_HEADERS
+=
\
protobuf-c-rpc/protobuf-c-data-buffer.h
\
protobuf-c-rpc/protobuf-c-dispatch.h
\
protobuf-c-rpc/protobuf-c-rpc.h
protobuf_c_rpc_libprotobuf_c_rpc_la_SOURCES
=
\
protobuf-c-rpc/gsklistmacros.h
\
protobuf-c-rpc/gskrbtreemacros.h
\
protobuf-c-rpc/protobuf-c-data-buffer.c
\
protobuf-c-rpc/protobuf-c-dispatch.c
\
protobuf-c-rpc/protobuf-c-rpc.c
protobuf_c_rpc_libprotobuf_c_rpc_la_LDFLAGS
=
$(AM_LDFLAGS)
\
-version-info
$(LIBPROTOBUF_C_RPC_CURRENT)
:
$(LIBPROTOBUF_C_RPC_REVISION)
:
$(LIBPROTOBUF_C_RPC_AGE)
\
-export-symbols-regex
"^(protobuf_c_[a-z].*)"
\
-no-undefined
pkgconfig_DATA
+=
protobuf-c-rpc/libprotobuf-c-rpc.pc
CLEANFILES
+=
protobuf-c-rpc/libprotobuf-c-rpc.pc
EXTRA_DIST
+=
protobuf-c-rpc/libprotobuf-c-rpc.pc.in
endif
#
# protoc-c
#
...
...
@@ -184,27 +148,6 @@ EXTRA_DIST += \
t/test-full.proto
\
t/generated-code2/common-test-arrays.h
#
# protobuf-c-rpc tests
#
if
BUILD_RPC
check_PROGRAMS
+=
\
protobuf-c-rpc/t/test-rpc
TESTS
+=
\
protobuf-c-rpc/t/test-rpc
protobuf_c_rpc_t_test_rpc_SOURCES
=
\
protobuf-c-rpc/t/test-rpc.c
\
t/test.pb-c.c
protobuf_c_rpc_t_test_rpc_LDADD
=
\
protobuf-c/libprotobuf-c.la
\
protobuf-c-rpc/libprotobuf-c-rpc.la
endif
#
#
#
...
...
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