diff --git a/backends/sysdeps/Makefile.am b/backends/sysdeps/Makefile.am index ed3e076f..b5b8bbb1 100644 --- a/backends/sysdeps/Makefile.am +++ b/backends/sysdeps/Makefile.am @@ -18,6 +18,9 @@ libgtop_backend_sysdeps_la_LDFLAGS = \ BUILT_SOURCES = \ marshal.c +EXTRA_DIST = \ + marshal.pl + CLEANFILES = $(BUILT_SOURCES) marshal.c: marshal.pl $(top_builddir)/config.h $(top_srcdir)/features.def $(top_srcdir)/scripts/c_types.pl diff --git a/include/glibtop/open.h b/include/glibtop/open.h index 5fdc42a5..fa947c4c 100644 --- a/include/glibtop/open.h +++ b/include/glibtop/open.h @@ -25,7 +25,6 @@ #define __GLIBTOP_OPEN_H__ #include -#include #include BEGIN_LIBGTOP_DECLS diff --git a/lib/Makefile.am b/lib/Makefile.am index 63e563b9..2eb777dd 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -27,7 +27,7 @@ structures.h: structures.pl $(top_builddir)/config.h \ structures.h > tmp-s mv tmp-s structures.h -EXTRA_DIST = lib.pl +EXTRA_DIST = lib.pl structures.pl CLEANFILES = $(BUILT_SOURCES) diff --git a/po/POTFILES.in b/po/POTFILES.in index 21622a43..96fa210d 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -62,7 +62,6 @@ include/glibtop/xmalloc.h src/inodedb/file_by_inode.c src/inodedb/mkinodedb.c src/daemon/io.c -src/daemon/main.c src/daemon/server.c src/daemon/slave.c src/daemon/version.c