Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / network / stacks / AROSTCP / dhcp / omapip / mmakefile.src
blob0c021536edb41816d8d4b6cba33f4bb609f2985e
1 include $(SRCDIR)/config/aros.cfg
3 USER_CFLAGS :=  -I$(SRCDIR)/$(CURDIR)/.. -I$(SRCDIR)/$(CURDIR)/../includes \
4         -D__BSD_VISIBLE
6 FILES :=        alloc array auth buffer connection convert dispatch     \
7                 errwarn generic handle hash inet_addr iscprint listener \
8                 message mrtrace protocol result support test toisc trace
10 %build_linklib mmake=network-dhcp-libomapip     \
11         libname=omapip                          \
12         files="$(FILES)"