summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-07-14 23:15:00 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-07-14 23:15:00 -0700
commit6a1f3a66939308668ab8dce0d195afec16e02af9 (patch)
tree8d1236c0d7269caa1ece95bfe584afe9b550c006 /Makefile
parent559e23c796f973a65d05c76e211835b126ee8ac8 (diff)
Major refactoring: upb_string is gone in favor of upb_strref.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4a2593b..06bf064 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,6 @@ CORE= \
src/upb_handlers.c \
src/upb_descriptor.c \
src/upb_table.c \
- src/upb_string.c \
src/upb_def.c \
src/upb_msg.c \
src/upb_varint.c \
@@ -100,7 +99,6 @@ BENCHMARKS_SRC= \
TESTS_SRC= \
tests/test_decoder.c \
tests/test_def.c \
- tests/test_string.c \
tests/tests.c \
tests/tests_varint.c \
@@ -212,7 +210,6 @@ tests/test.proto.pb: tests/test.proto
protoc tests/test.proto -otests/test.proto.pb
SIMPLE_TESTS= \
- tests/test_string \
tests/test_def \
tests/test_varint \
tests/tests \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback