*** empty log message ***

This commit is contained in:
Martin Baulig
2000-02-27 18:26:46 +00:00
parent 0b45f63e61
commit 26b2aaa2db
3 changed files with 11 additions and 1 deletions

View File

@@ -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

View File

@@ -580,5 +580,6 @@ backends/sysdeps/Makefile
backends/common/Makefile
lib/Makefile
doc/Makefile
dtd/Makefile
support/Makefile
macros/Makefile])

9
dtd/Makefile.am Normal file
View File

@@ -0,0 +1,9 @@
backenddir = @LIBGTOP_BACKEND_DIR@
backend_DATA = \
libgtop-backends.dtd \
libgtop-backend-info.dtd
EXTRA_DIST = |
$(backend_DATA)