From 26b2aaa2db31818f75d02bdbf6b6b2125b676d6d Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 27 Feb 2000 18:26:46 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.am | 2 +- configure.in | 1 + dtd/Makefile.am | 9 +++++++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 dtd/Makefile.am diff --git a/Makefile.am b/Makefile.am index fce97489..3c03f1d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ support = support endif SUBDIRS = po intl $(support) macros misc include sysdeps backends lib \ - src doc scripts + src doc dtd scripts include_HEADERS = glibtop.h configincludedir = $(pkglibdir)/include diff --git a/configure.in b/configure.in index 9ba5488f..2537535c 100644 --- a/configure.in +++ b/configure.in @@ -580,5 +580,6 @@ backends/sysdeps/Makefile backends/common/Makefile lib/Makefile doc/Makefile +dtd/Makefile support/Makefile macros/Makefile]) diff --git a/dtd/Makefile.am b/dtd/Makefile.am new file mode 100644 index 00000000..210fc651 --- /dev/null +++ b/dtd/Makefile.am @@ -0,0 +1,9 @@ +backenddir = @LIBGTOP_BACKEND_DIR@ + +backend_DATA = \ + libgtop-backends.dtd \ + libgtop-backend-info.dtd + +EXTRA_DIST = | + $(backend_DATA) +