diff options
author | Oliver Specht <os@openoffice.org> | 2000-11-13 10:38:49 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2000-11-13 10:38:49 +0000 |
commit | e912fd4cd36f092b672c5026b74150e1c358e379 (patch) | |
tree | 056c0e032b474e3c6290232e8b1c41702ee9f43f /extensions/source/bibliography/makefile.mk | |
parent | 99da6a95ed8d33856b6895d8dc0ded02c214f1ae (diff) |
new: bibconfig.cxx
Diffstat (limited to 'extensions/source/bibliography/makefile.mk')
-rw-r--r-- | extensions/source/bibliography/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/extensions/source/bibliography/makefile.mk b/extensions/source/bibliography/makefile.mk index cccefa32b9cb..6124a00c524c 100644 --- a/extensions/source/bibliography/makefile.mk +++ b/extensions/source/bibliography/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: os $ $Date: 2000-10-20 12:55:57 $ +# last change: $Author: os $ $Date: 2000-11-13 11:38:49 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,7 +73,8 @@ NO_BSYMBOLIC=TRUE # --- Files -------------------------------------------------------- -CXXFILES= bibcont.cxx \ +CXXFILES= bibconfig.cxx\ + bibcont.cxx \ bibload.cxx \ bibmod.cxx \ general.cxx \ @@ -87,7 +88,8 @@ CXXFILES= bibcont.cxx \ fieldwin.cxx -SLOFILES= $(SLO)$/bibcont.obj \ +SLOFILES= $(SLO)$/bibconfig.obj \ + $(SLO)$/bibcont.obj \ $(SLO)$/bibload.obj \ $(SLO)$/bibmod.obj \ $(SLO)$/general.obj \ |