summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/control/makefile.mk
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-02-14 13:37:35 +0000
committerOcke Janssen <oj@openoffice.org>2001-02-14 13:37:35 +0000
commit1337935489fc4df1846cff1acb80e3829a58fe80 (patch)
tree53703cf13364480e7330ef8f7107a94a1ce1107e /dbaccess/source/ui/control/makefile.mk
parent0ec7545d268100380e1544d5d6fa5f83b07ac907 (diff)
tabledesign changes
Diffstat (limited to 'dbaccess/source/ui/control/makefile.mk')
-rw-r--r--dbaccess/source/ui/control/makefile.mk15
1 files changed, 8 insertions, 7 deletions
diff --git a/dbaccess/source/ui/control/makefile.mk b/dbaccess/source/ui/control/makefile.mk
index 53df5ab0715d..05c7195e7c51 100644
--- a/dbaccess/source/ui/control/makefile.mk
+++ b/dbaccess/source/ui/control/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: fs $ $Date: 2001-01-30 08:30:21 $
+# last change: $Author: oj $ $Date: 2001-02-14 14:34:43 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -83,11 +83,12 @@ SRCFILES = \
# ... object files ............................
SLOFILES= \
- $(SLO)$/listviewitems.obj \
- $(SLO)$/undosqledit.obj \
- $(SLO)$/sqledit.obj \
- $(SLO)$/tabletree.obj \
- $(SLO)$/marktree.obj \
+ $(SLO)$/FieldDescControl.obj \
+ $(SLO)$/listviewitems.obj \
+ $(SLO)$/undosqledit.obj \
+ $(SLO)$/sqledit.obj \
+ $(SLO)$/tabletree.obj \
+ $(SLO)$/marktree.obj \
$(SLO)$/curledit.obj
# --- Targets ----------------------------------