diff options
Diffstat (limited to 'libtokencap/Makefile')
| -rw-r--r-- | libtokencap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtokencap/Makefile b/libtokencap/Makefile index 6e1319d8..b1313430 100644 --- a/libtokencap/Makefile +++ b/libtokencap/Makefile @@ -20,6 +20,7 @@ VERSION = $(shell grep '^\#define VERSION ' ../config.h | cut -d '"' -f2) CFLAGS ?= -O3 -funroll-loops -I ../include/ CFLAGS += -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign +LDFLAGS += -ldl ifeq "$(shell uname)" "Linux" TARGETS = libtokencap.so |
