#
# $Id: Makefile,v 1.1 2003/12/29 23:38:57 jonnymind Exp $
#

ROOT = ../../../

C_SOURCES=\
	gtxvt.c \

LIBNAME=gtxvt

include $(TOP)$(ROOT)config/lib.cf

ifeq ($(HB_MULTI_GT),yes)
CFLAGS += -DHB_MULTI_GT
endif
