summaryrefslogtreecommitdiffstats
path: root/modules/hints/hints.mk
blob: 7613c18439bfc00c1e7dbd843a76e258621e28bc (plain)
1
2
3
4
5
6
7
8
hints_CFLAGS := -fPIC
# We use a symbol that's not in libkres but the daemon.
# On darwin this isn't accepted by default.
hints_LDFLAGS := -Wl,-undefined -Wl,dynamic_lookup
hints_SOURCES := modules/hints/hints.c
hints_DEPEND := $(libkres)
hints_LIBS := $(contrib_TARGET) $(libkres_TARGET) $(libkres_LIBS)
$(call make_c_module,hints)