summaryrefslogtreecommitdiffstats
path: root/framework/util
diff options
context:
space:
mode:
authorChristian Lippka <christian.lippka@sun.com>2010-04-12 13:03:45 +0200
committerChristian Lippka <christian.lippka@sun.com>2010-04-12 13:03:45 +0200
commitc6963ac502f6b693d6c9bd6d2a3c08a442d3e86d (patch)
treedcc0948502746ef5e614cc9cf37fd1f1d97579e5 /framework/util
parent#i10000# Fixed missing includes and xProp variable (diff)
parentfixed compile warnings (diff)
downloadcore-c6963ac502f6b693d6c9bd6d2a3c08a442d3e86d.tar.gz
core-c6963ac502f6b693d6c9bd6d2a3c08a442d3e86d.zip
renaissance2: rebase m76
Diffstat (limited to 'framework/util')
-rw-r--r--framework/util/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk
index 3e390826bc53..5f4d4f4f7e82 100644
--- a/framework/util/makefile.mk
+++ b/framework/util/makefile.mk
@@ -56,7 +56,6 @@ LIB1OBJFILES= \
$(SLO)$/rootitemcontainer.obj \
$(SLO)$/constitemcontainer.obj \
$(SLO)$/jobconst.obj \
- $(SLO)$/popupmenucontrollerbase.obj \
$(SLO)$/mischelper.obj \
$(SLO)$/propertysethelper.obj
@@ -196,7 +195,8 @@ SHL3OBJS= $(SLO)$/mediatypedetectionhelper.obj\
$(SLO)$/dispatchrecorder.obj \
$(SLO)$/dispatchrecordersupplier.obj\
$(SLO)$/dispatchhelper.obj \
- $(SLO)$/popupmenudispatcher.obj \
+ $(SLO)$/popupmenudispatcher.obj \
+ $(SLO)$/popupmenucontroller.obj
SHL3STDLIBS= \
$(FWILIB) \