diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..98deb47 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,5 @@ +2001-09-25 Adam Fedor + + * PCGormProj/GNUmakefile.preamble: Include required headers from + other subprojects (patch from kim@tinker.com). + diff --git a/PCGormProj/GNUmakefile.preamble b/PCGormProj/GNUmakefile.preamble index 3bd9f2b..4829420 100644 --- a/PCGormProj/GNUmakefile.preamble +++ b/PCGormProj/GNUmakefile.preamble @@ -49,13 +49,13 @@ ADDITIONAL_CFLAGS += #ADDITIONAL_CFLAGS += # Additional include directories the compiler should search -ADDITIONAL_INCLUDE_DIRS += +ADDITIONAL_INCLUDE_DIRS += -I../PCLib # Additional LDFLAGS to pass to the linker ADDITIONAL_LDFLAGS += -lProjectCenter # Additional library directories the linker should search -ADDITIONAL_LIB_DIRS += +ADDITIONAL_LIB_DIRS += -L../PCLib/$(GNUSTEP_OBJ_DIR) ADDITIONAL_TOOL_LIBS +=