Turn on C++ linking if we have any .cpp files.

git-svn-id: svn://10.0.0.236/trunk@18279 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com 1999-01-22 10:01:44 +00:00
parent 0fe5e0486e
commit 85eccd7f77

View File

@ -435,6 +435,13 @@ endif
# we link statically or dynamic? Assuming dynamic for now.
LIBS_DIR = -L$(DIST)/bin
#
# Turn on C++ linking if we have any .cpp files
#
ifdef CPPSRCS
CPP_PROG_LINK = 1
endif
# all public include files go in subdirectories of PUBLIC:
PUBLIC = $(XPDIST)/public