summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@gmail.com>2015-08-23 12:50:43 +0200
committerBenoît Dejean <bdejean@gmail.com>2015-08-23 12:50:43 +0200
commitf865e95e20f7852b70191f49f7c7fd0c6619ecf0 (patch)
treebe39bc5b03330ab989f5650fd2dc7a855004e960 /include
parenteec96d8ae86219f2ba3df2275a68650b865848e2 (diff)
downloadlibgtop-f865e95e20f7852b70191f49f7c7fd0c6619ecf0.tar.gz
Don't ship glibtop/version.h as this is private.
Diffstat (limited to 'include')
-rw-r--r--include/glibtop/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/glibtop/Makefile.am b/include/glibtop/Makefile.am
index 95037b88..66bdd344 100644
--- a/include/glibtop/Makefile.am
+++ b/include/glibtop/Makefile.am
@@ -2,7 +2,7 @@ glibtopdir = $(includedir)/libgtop-2.0/glibtop
glibtop_HEADERS = close.h loadavg.h prockernel.h procstate.h \
sem_limits.h uptime.h command.h mem.h proclist.h \
- proctime.h shm_limits.h version.h cpu.h msg_limits.h \
+ proctime.h shm_limits.h cpu.h msg_limits.h \
procmem.h procuid.h swap.h \
procsegment.h sysdeps.h global.h \
procsignal.h union.h gnuserv.h \
@@ -11,4 +11,6 @@ glibtop_HEADERS = close.h loadavg.h prockernel.h procstate.h \
procwd.h procaffinity.h \
netlist.h procopenfiles.h open.h
-noinst_HEADERS = error.h write.h read_data.h read.h init_hooks.h machine.h
+noinst_HEADERS = error.h write.h read_data.h read.h init_hooks.h machine.h \
+ version.h
+