Make.spec
changeset 6460 83f668218253
parent 6451 f918f4c48672
child 6528 62c1dbef0b84
child 6594 83e8d0feea04
--- a/Make.spec	Wed Apr 30 15:10:47 2014 +0200
+++ b/Make.spec	Wed Apr 30 15:41:43 2014 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libview/Make.spec,v 1.64 2014-04-29 23:51:02 cg Exp $
+# $Header: /cvs/stx/stx/libview/Make.spec,v 1.65 2014-04-30 13:41:43 cg Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libview.
@@ -50,6 +50,7 @@
 STCWARNINGS=-warnNonStandard
 
 UNIX_CLASSES= \
+	GLXWorkstation \
 	XEmbedContainerView \
 	XftFontDescription \
 
@@ -112,7 +113,6 @@
 	ShadowView \
 	View \
 	XWorkstation \
-	GLXWorkstation \
 	TopView \
 	PopUpView \
 	StandardSystemView \
@@ -125,6 +125,7 @@
 
 
 UNIX_OBJS= \
+    $(OUTDIR_SLASH)GLXWorkstation.$(O) \
     $(OUTDIR_SLASH)XEmbedContainerView.$(O) \
     $(OUTDIR_SLASH)XftFontDescription.$(O) \
 
@@ -187,7 +188,6 @@
     $(OUTDIR_SLASH)ShadowView.$(O) \
     $(OUTDIR_SLASH)View.$(O) \
     $(OUTDIR_SLASH)XWorkstation.$(O) \
-    $(OUTDIR_SLASH)GLXWorkstation.$(O) \
     $(OUTDIR_SLASH)TopView.$(O) \
     $(OUTDIR_SLASH)PopUpView.$(O) \
     $(OUTDIR_SLASH)StandardSystemView.$(O) \