Export stopwatch.h out to dist.

This commit is contained in:
nisheeth%netscape.com 1999-09-15 00:16:03 +00:00
parent c16e63e306
commit b3ddc7e96e
2 changed files with 2 additions and 1 deletions

View File

@ -3,3 +3,4 @@
#
xp_obs.h
stopwatch.h

View File

@ -24,7 +24,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = util
EXPORTS = $(srcdir)/xp_obs.h
EXPORTS = $(srcdir)/xp_obs.h $(srcdir)/stopwatch.h
include $(topsrcdir)/config/rules.mk