X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=extlibs%2Ftinydtls%2Ftests%2FMakefile.in;h=a2d8ca4b7c6a5be1d72bd99d75dc0afcdc35ea18;hb=17c68b2fd1e74586f85e552eeab4e32dc121f8a0;hp=3a50695d8e4d845b6598a9e0fa5fc71793085578;hpb=8c01dff2c5bc5496f7dc1632c498943ec6ecb015;p=platform%2Fupstream%2Fiotivity.git diff --git a/extlibs/tinydtls/tests/Makefile.in b/extlibs/tinydtls/tests/Makefile.in index 3a50695..a2d8ca4 100644 --- a/extlibs/tinydtls/tests/Makefile.in +++ b/extlibs/tinydtls/tests/Makefile.in @@ -41,9 +41,9 @@ SOURCES:= dtls-server.c ccm-test.c prf-test.c \ OBJECTS:= $(patsubst %.c, %.o, $(SOURCES)) PROGRAMS:= $(patsubst %.c, %, $(SOURCES)) HEADERS:= -CFLAGS:=-Wall @CFLAGS@ +CFLAGS:=-Wall @CFLAGS@ CPPFLAGS:=-I$(top_srcdir) @CPPFLAGS@ -LDFLAGS:=-L$(top_builddir) +LDFLAGS:=-L$(top_builddir) LDLIBS:=-ltinydtls @LIBS@ DISTDIR=$(top_builddir)/@PACKAGE_TARNAME@-@PACKAGE_VERSION@ FILES:=Makefile.in $(SOURCES) ccm-testdata.c #cbc_aes128-testdata.c