Skip to content

Commit d5f4b73

Browse files
committed
Makefile.in: Add sdp_parser to test build
sdp_parser is an non-essential object, but is needed to build the test for it
1 parent af58331 commit d5f4b73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ TEST_OBJS = $(COMMON_OBJS) \
224224
test/test_tv.o \
225225
test/test_net_udp.o \
226226
test/test_rtp.o \
227+
src/utils/sdp_parser.o \
227228
test/test_sdp_parser.o \
228229
test/run_tests.o
229230

0 commit comments

Comments
 (0)