Skip to content

Commit

Permalink
workaround debbuild test.slo issue too
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Zandbelt committed Jan 21, 2015
1 parent 37a7344 commit fc47983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ configure: configure.ac
tar -c --transform="s#^#@NAMEVER@/#" -vzf $@ $(DISTFILES)

test/test: test/test.c $(JWT_SRC)
@APXS2@ -Wc,-Wall -Wc,-g -c $(CFLAGS) -Isrc -o $@ test/test.c $(JWT_SRC) $(LIBS) @APR_LIBS@
`@APXS2@ -q CC` @APR_CFLAGS@ $(CFLAGS) -Isrc -o $@ test/test.c $(JWT_SRC) $(LIBS) @APR_LIBS@

test-compile: test/test

Expand Down

0 comments on commit fc47983

Please sign in to comment.