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:
parent
0fe5e0486e
commit
85eccd7f77
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user