summaryrefslogtreecommitdiff
path: root/viengoos
diff options
context:
space:
mode:
authorneal <neal>2008-07-08 16:38:39 +0000
committerneal <neal>2008-07-08 16:38:39 +0000
commita8aea454ff0a5c4c57e38453b32c0d6c6a8e1b15 (patch)
tree6e343c4b29f27c91da7d26f52f5920298bbfb44c /viengoos
parent7fac904370272d59b4631874ab8700686ccc20ac (diff)
2008-07-08 Neal H. Walfield <neal@gnu.org>
* profile.h: Move to ../libc-parts. * profile.c: Likewise. * Makefile.am (viengoos_SOURCES): Remove profile.h and profile.c. * ager.c: Don't include "profile.h" but <profile.h>. (update_stats): Replace use of profile_start and profile_end with profile_region and profile_region_end.
Diffstat (limited to 'viengoos')
-rw-r--r--viengoos/ChangeLog1
-rw-r--r--viengoos/Makefile.am3
2 files changed, 2 insertions, 2 deletions
diff --git a/viengoos/ChangeLog b/viengoos/ChangeLog
index e827041..d1c9b34 100644
--- a/viengoos/ChangeLog
+++ b/viengoos/ChangeLog
@@ -2,6 +2,7 @@
* profile.h: Move to ../libc-parts.
* profile.c: Likewise.
+ * Makefile.am (viengoos_SOURCES): Remove profile.h and profile.c.
* ager.c: Don't include "profile.h" but <profile.h>.
(update_stats): Replace use of profile_start and profile_end with
profile_region and profile_region_end.
diff --git a/viengoos/Makefile.am b/viengoos/Makefile.am
index cd235c0..bb97920 100644
--- a/viengoos/Makefile.am
+++ b/viengoos/Makefile.am
@@ -53,8 +53,7 @@ viengoos_SOURCES = $(ARCH_SOURCES) \
bits.h \
server.h server.c \
pager.h pager.c \
- list.h \
- profile.h profile.c
+ list.h
viengoos_LDADD = \
../libhurd-btree/libhurd-btree.a \