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) |