Browse Source

TT#111150 fix typo

Change-Id: I5cf4a8b56751e07eb0efed74f580a297741a235a
pull/1224/head
Richard Fuchs 5 years ago
parent
commit
d14eeaea6e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      t/Makefile

+ 1
- 1
t/Makefile View File

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