diff options
Diffstat (limited to 'src/tests/map/map_unit.mk')
-rw-r--r-- | src/tests/map/map_unit.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tests/map/map_unit.mk b/src/tests/map/map_unit.mk new file mode 100644 index 0000000..88d319b --- /dev/null +++ b/src/tests/map/map_unit.mk @@ -0,0 +1,5 @@ +TARGET := map_unit +SOURCES := map_unit.c ${top_srcdir}/src/main/modcall.c + +TGT_PREREQS := libfreeradius-server.a libfreeradius-radius.a +TGT_LDLIBS := $(LIBS) |