TT#111150 fix typo

Change-Id: I5cf4a8b56751e07eb0efed74f580a297741a235a
pull/1224/head
Richard Fuchs 5 years ago
parent 3d5e586c69
commit d14eeaea6e

@ -172,7 +172,7 @@ test-payload-tracker: test-payload-tracker.o $(COMMONOBJS) ssrc.o aux.o auxlib.o
test-const_str_hash.strhash: test-const_str_hash.strhash.o $(COMMONOBJS)
PRELOAD_CFLAGS += -D_GNU_SOURCE -std=c99
PRELOAD_LIBS += -dl
PRELOAD_LIBS += -ldl
tests-preload.so: tests-preload.c
$(CC) $(PRELOAD_CFLAGS) -o $@ -shared -fPIC $< $(LDFLAGS) $(PRELOAD_LIBS)

Loading…
Cancel
Save