Fixed the npglue.c screwup. Should've been npglue.cpp.

This commit is contained in:
briano 1998-04-15 22:07:20 +00:00
parent 8628a9aa07
commit b1e8ff1432

View File

@ -33,7 +33,7 @@ CPPSRCS = npwplat.cpp
REQUIRES += xp libfont os2font jtools
endif
CSRCS += npglue.c
CPPSRCS += npglue.cpp
include $(DEPTH)/config/rules.mk