view Makefile.solaris @ 694:788a58dab07a

th-libs function th_llist_free_func() was renamed to th_llist_free_func_data(). Fix references.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 05 Jan 2020 20:48:15 +0200
parents 23d16d9cdf96
children
line wrap: on
line source

#
# Configuration settings for typical Solaris 9+
#
CC=gcc
CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES -DHAVE_UINT_T
LDFLAGS=-lncurses -lresolv

include Makefile.unix