From 70d4600d4a7dcb8dfa1b880fbb85fa551a9c548c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 29 Jun 2010 10:29:04 +0200 Subject: [PATCH] Add server directory to distribution because of tests --- Makefile.am | 2 +- README | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3a5792d..b1d54fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = $(PACKAGE).pc -EXTRA_DIST = config.rpath doc +EXTRA_DIST = config.rpath doc server dist-hook: git log --decorate=full > $(distdir)/ChangeLog || echo "Could not dump git log" diff --git a/README b/README index 5d05d90..c7fd53f 100644 --- a/README +++ b/README @@ -30,4 +30,5 @@ Latest code can be obtained from GIT repository ISDS documentation is located under `doc' directory, user documentation can be found in header files. See `client' directory for examples how to use this -library. Preliminary library self-tests are located in `test' directory. +library. Preliminary library self-tests are located in `test' directory. Test +data and message examples are stored in `server/messages' directory. -- 2.11.4.GIT