summaryrefslogtreecommitdiffstats
path: root/modules/bogus_log/bogus_log.mk
blob: 7431b19d21a37dd7109e391ac21fd30c702c1a46 (plain)
1
2
3
4
5
6
7
8
bogus_log_CFLAGS := -fPIC
# We use a symbol that's not in libkres but the daemon.
# On darwin this isn't accepted by default.
bogus_log_LDFLAGS := -Wl,-undefined -Wl,dynamic_lookup
bogus_log_SOURCES := modules/bogus_log/bogus_log.c
bogus_log_DEPEND := $(libkres)
bogus_log_LIBS := $(contrib_TARGET) $(libkres_TARGET) $(libkres_LIBS)
$(call make_c_module,bogus_log)