Submitted By: Ryan Oliver DependTarget() --- xc/lib/xkbfile/Imakefile.IncludeSharedObjectInNormalLib 2001-08-27 13:40:59.000000000 -0400 +++ xc/lib/xkbfile/Imakefile 2003-01-29 02:25:49.000000000 -0500 @@ -34,6 +34,8 @@ ROOT_DEFINES = -DDFLT_XKB_CONFIG_ROOT=\"$(LIBDIR)/xkb\" +#define IncludeSharedObjectInNormalLib + #include DependTarget() --- xc/lib/xkbui/Imakefile.IncludeSharedObjectInNormalLib 1999-03-13 22:21:21.000000000 -0500 +++ xc/lib/xkbui/Imakefile 2003-01-29 02:25:49.000000000 -0500 @@ -15,6 +15,8 @@ HEADERS = XKBui.h INCLUDES = -I. -I$(EXTINCSRC) -I../xkbfile +#define IncludeSharedObjectInNormalLib + #include DependTarget() --- xc/programs/Xserver/hw/xfree86/parser/Imakefile.IncludeSharedObjectInNormalLib 2003-01-29 02:41:13.000000000 -0500 +++ xc/programs/Xserver/hw/xfree86/parser/Imakefile 2003-01-29 02:41:53.000000000 -0500 @@ -36,9 +36,11 @@ -DXCONFIGFILE=\"$(XCONFIGFILE)\" \ -DXVERSION="$(XVERS)" +#define IncludeSharedObjectInNormalLib + #include -SpecialCObjectRule(scan,NullParameter,$(CONFIG_DEFINES) $(MODULEDEFINES) $(EXT_DEFINES)) +SpecialCObjectRule(scan,NullParameter,$(CONFIG_DEFINES) $(MODULEDEFINES) $(EXT_DEFINES) $(PICFLAGS)) NormalProgramTarget(cpconfig,cpconfig.o $(OBJS),NullParameter,$(LOCAL_LIBRARIES),NullParameter)