ref: cd91ec6205d2f4467c78d1d6442eaff5ca200f2f
parent: 56be23fa3f6626877d81876964cd4bf4f2b392f6
author: Timothy B. Terriberry <tterribe@xiph.org>
date: Tue May 14 17:26:01 EDT 2013
Add internal.c to unix Makefile's libopusurl. This shouldn't really be necessary when static linking, but would be if someone wanted chang the Makefile to build shared libraries.
--- a/unix/Makefile
+++ b/unix/Makefile
@@ -75,6 +75,7 @@
internal.h \
LIBOPUSURL_CSOURCES = \
+internal.c \
http.c \
ifneq ($(findstring mingw,${CC}),)