Move the timers again. Sorry for the screwup.

git-svn-id: svn://10.0.0.236/trunk@40261 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro%netscape.com
1999-07-20 08:23:29 +00:00
parent 666c1ae42a
commit 5931b09c08
3 changed files with 11 additions and 16 deletions

View File

@@ -79,7 +79,6 @@ DIRS += \
silentdl \
xpinstall \
sun-java \
timer \
profile \
$(NULL)

View File

@@ -327,16 +327,6 @@ sun-java/stubs/Makefile
sun-java/stubs/include/Makefile
sun-java/stubs/jri/Makefile
sun-java/stubs/src/Makefile
timer/Makefile
timer/public/Makefile
timer/src/Makefile
timer/src/beos/Makefile
timer/src/photon/Makefile
timer/src/rhapsody/Makefile
timer/src/unix/Makefile
timer/src/unix/gtk/Makefile
timer/src/unix/motif/Makefile
timer/src/unix/xlib/Makefile
caps/Makefile
caps/idl/Makefile
caps/include/Makefile
@@ -366,6 +356,16 @@ widget/src/xpwidgets/Makefile
widget/tests/Makefile
widget/tests/scribble/Makefile
widget/tests/widget/Makefile
widget/timer/Makefile
widget/timer/public/Makefile
widget/timer/src/Makefile
widget/timer/src/beos/Makefile
widget/timer/src/photon/Makefile
widget/timer/src/rhapsody/Makefile
widget/timer/src/unix/Makefile
widget/timer/src/unix/gtk/Makefile
widget/timer/src/unix/motif/Makefile
widget/timer/src/unix/xlib/Makefile
#
# New xpcom hiearchy
#

View File

@@ -22,11 +22,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS= public src
ifdef ENABLE_TESTS
DIRS += tests
endif
DIRS= public timer src
include $(topsrcdir)/config/config.mk