Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: srtp/crypto/Makefile.in

Issue 1098043003: Update libsrtp to 1.5.2 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « srtp/crypto/Makefile ('k') | srtp/crypto/ae_xfm/xfm.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: srtp/crypto/Makefile.in
diff --git a/srtp/crypto/Makefile.in b/srtp/crypto/Makefile.in
index b6d6fcfc502d1a39be9a0e1e13758161082fcc23..493843767e6f9bddcb79a339791b3738adb1809f 100644
--- a/srtp/crypto/Makefile.in
+++ b/srtp/crypto/Makefile.in
@@ -9,7 +9,7 @@ top_builddir = @top_builddir@
VPATH = @srcdir@
CC = @CC@
-INCDIR = -Iinclude -I$(srcdir)/include
+INCDIR = -Iinclude -I$(srcdir)/include -I$(top_srcdir)/include
DEFS = @DEFS@
CPPFLAGS= @CPPFLAGS@
CFLAGS = @CFLAGS@
@@ -82,8 +82,8 @@ endif
%.o: %.c
$(COMPILE) -c $< -o $@
-%$(EXE): %.c
- $(COMPILE) $(LDFLAGS) $< -o $@ $(CRYPTOLIB) $(LIBS)
+%$(EXE): %.c ../test/getopt_s.c
+ $(COMPILE) $(LDFLAGS) $< ../test/getopt_s.c -o $@ $(CRYPTOLIB) $(LIBS)
all: $(testapp)
« no previous file with comments | « srtp/crypto/Makefile ('k') | srtp/crypto/ae_xfm/xfm.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698