summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-22 00:04:03 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-22 00:04:03 +0000
commitcc6ff98a45921929e220bd49f378c7669a1d11b4 (patch)
tree96ac0592471ad15c8b692dc702615653fdf376eb
parent1643510306a631bc6aa0b8f5bc4b04d481e73ff5 (diff)
downloadATCD-cc6ff98a45921929e220bd49f378c7669a1d11b4.tar.gz
ChangeLogTag:Sat Mar 20 19:10:37 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-rw-r--r--tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index e1f77398111..003d0597e77 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -91,6 +91,8 @@ ifeq (Token,$(findstring Token,$(ACE_BUILD_COMPONENTS)))
BIN += Tokens_Test
endif # ! Token
+PSRC=$(addsuffix .cpp,$(BIN))
+
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU