From 67c889be32a237b06eba98feea856b08d2eb26ef Mon Sep 17 00:00:00 2001 From: "andreas.otte%primus-online.de" Date: Sat, 3 Jul 1999 08:42:26 +0000 Subject: [PATCH] adding samples, renaming testPICS to TestPICS git-svn-id: svn://10.0.0.236/trunk@38267 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/extensions/pics/tests/Makefile.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mozilla/extensions/pics/tests/Makefile.in b/mozilla/extensions/pics/tests/Makefile.in index 490fd0157f0..4dbc60bd14a 100644 --- a/mozilla/extensions/pics/tests/Makefile.in +++ b/mozilla/extensions/pics/tests/Makefile.in @@ -34,8 +34,15 @@ LIBS = \ $(NSPR_LIBS) \ $(NULL) -PROGRAM = testPICS +PROGRAM = TestPICS include $(topsrcdir)/config/config.mk include $(topsrcdir)/config/rules.mk + +EXPORT_SAMPLES = \ + samples/picstest1.html \ + $(NULL) + +install:: + $(INSTALL) $(EXPORT_SAMPLES) $(DIST)/bin/res/samples