From b38b84531386a043a102a28911e7ef0fb3e1d523 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Fri, 28 Jun 2002 05:39:00 +0000 Subject: [PATCH] #154161 r=cls Turn on building of the NPNULL plugin on OS/2 --- modules/plugin/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/plugin/Makefile.in b/modules/plugin/Makefile.in index 01a26ba182b..42432fe008f 100644 --- a/modules/plugin/Makefile.in +++ b/modules/plugin/Makefile.in @@ -43,6 +43,10 @@ endif ifeq ($(OS_ARCH),WINNT) DIRS += samples/default/windows endif + +ifeq ($(OS_ARCH),OS2) +DIRS += samples/default/os2 +endif include $(topsrcdir)/config/rules.mk