summaryrefslogtreecommitdiff
path: root/include/glibtop/Makefile.am
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2005-08-02 09:47:21 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2005-08-02 09:47:21 +0000
commit78cb7832c50f0cbb8225a201d46539198cf99a25 (patch)
tree907169723e04fa7a360739f8ca00c714e7104efd /include/glibtop/Makefile.am
parentb3979e69426cd74386ed9fc6e99f55a4ec353b88 (diff)
downloadlibgtop-78cb7832c50f0cbb8225a201d46539198cf99a25.tar.gz
Moved _glibtop_init_hook_[sp] declaration to private glibtop/init_hooks.h.
* configure.in: * include/glibtop/Makefile.am: * include/glibtop/glibtop-server.h: * include/glibtop/init_hooks.h: * include/glibtop/sysdeps.h: * lib/init.c: (glibtop_init_s): * lib/sysdeps.c: * sysdeps/aix/open.c: (glibtop_init_p): * sysdeps/common/sysdeps_suid.c: * sysdeps/freebsd/open.c: (glibtop_init_p): * sysdeps/osf1/open_suid.c: (glibtop_init_p): * sysdeps/solaris/open_suid.c: (glibtop_init_p): * sysdeps/stub_suid/open.c: (glibtop_init_p): Moved _glibtop_init_hook_[sp] declaration to private glibtop/init_hooks.h. Marked them const. Fixed GLIBTOP_SUID_NETLIST issues.
Diffstat (limited to 'include/glibtop/Makefile.am')
-rw-r--r--include/glibtop/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glibtop/Makefile.am b/include/glibtop/Makefile.am
index 2940a2e9..4b1bdb1e 100644
--- a/include/glibtop/Makefile.am
+++ b/include/glibtop/Makefile.am
@@ -10,4 +10,4 @@ glibtop_HEADERS = close.h loadavg.h prockernel.h procstate.h \
inodedb.h sysinfo.h ppp.h procargs.h netload.h \
netlist.h procopenfiles.h open.h
-noinst_HEADERS = error.h write.h read_data.h read.h
+noinst_HEADERS = error.h write.h read_data.h read.h init_hooks.h