Fix the broken unix builds.

This commit is contained in:
ramiro%netscape.com 1998-10-07 15:34:47 +00:00
parent b965770c3b
commit e0d7a0e949
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,6 @@ endif
ifdef XFE_WIDGETS_BUILD_UNUSED
UNUSED_DIRS = \
XfeCaption \
XfeComboBox \
$(NULL)
endif
@ -45,6 +44,7 @@ DIRS = \
XfeBm \
XfeToolBar \
XfeToolTip \
XfeComboBox \
$(UNUSED_DIRS) \
$(TEST_DIRS)

View File

@ -43,7 +43,6 @@ endif
ifdef XFE_WIDGETS_BUILD_UNUSED
UNUSED_DIRS = \
XfeCaption \
XfeComboBox \
$(NULL)
endif
@ -52,6 +51,7 @@ DIRS = \
XfeBm \
XfeToolBar \
XfeToolTip \
XfeComboBox \
$(UNUSED_DIRS) \
$(TEST_DIRS)