* harbour/source/rdd/dbfnsx/Makefile
! fixed typo in library name. Should be rddnsx instead of dbfnsx.
Thanks to Lorenzo.
13 lines
107 B
Makefile
13 lines
107 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../../
|
|
|
|
C_SOURCES=\
|
|
dbfnsx1.c \
|
|
|
|
LIBNAME=rddnsx
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|