diff -r 021b6d99feec -r 940c58f2faab Make.spec --- a/Make.spec Wed Jun 29 19:19:00 2011 +0200 +++ b/Make.spec Thu Jun 30 10:26:12 2011 +0200 @@ -1,4 +1,4 @@ -# $Header: /cvs/stx/stx/libview/Make.spec,v 1.43 2011-06-29 14:42:52 cg Exp $ +# $Header: /cvs/stx/stx/libview/Make.spec,v 1.44 2011-06-30 08:26:12 cg Exp $ # # DO NOT EDIT # automagically generated from the projectDefinition: stx_libview. @@ -49,6 +49,9 @@ # STCWARNINGS=-warnEOLComments STCWARNINGS=-warnNonStandard +UNIX_CLASSES= \ + XEmbedContainerView \ + COMMON_CLASSES= \ AbstractBorder \ Color \ @@ -116,6 +119,9 @@ +UNIX_OBJS= \ + $(OUTDIR)XEmbedContainerView.$(O) \ + COMMON_OBJS= \ $(OUTDIR)AbstractBorder.$(O) \ $(OUTDIR)Color.$(O) \