Fixed the TinyGLib "functions in header" nonsense.

This commit is contained in:
OBattler
2021-04-29 22:25:47 +02:00
parent fbe2537ddd
commit 63e9af5898
4 changed files with 103 additions and 85 deletions

View File

@@ -698,7 +698,7 @@ SCSIOBJ := scsi.o scsi_device.o \
NETOBJ := network.o \
net_pcap.o \
net_slirp.o \
net_slirp.o tinyglib.o \
arp_table.o bootp.o cksum.o dnssearch.o if.o ip_icmp.o ip_input.o \
ip_output.o mbuf.o misc.o sbuf.o slirp.o socket.o tcp_input.o \
tcp_output.o tcp_subr.o tcp_timer.o udp.o util.o version.o \