try to solve tml_'s detected dependencies issue with salcpprt

This commit is contained in:
Norbert Thiebaud
2012-01-16 17:11:05 -06:00
parent d3253a0efd
commit a56cf22161

View File

@@ -33,6 +33,12 @@ $(eval $(call gb_StaticLibrary_add_defs,salcpprt, \
$(LFS_CFLAGS) \
))
$(eval $(call gb_StaticLibrary_set_include,salcpprt,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/sal/inc) \
))
$(eval $(call gb_StaticLibrary_add_exception_objects,salcpprt, \
sal/cpprt/operators_new_delete \
))