Renamed tests to tools.

This commit is contained in:
Christian Hammond 2004-07-04 20:29:23 +00:00
parent f835814523
commit 4661df2654
5 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
Sun Jul 04 13:28:51 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
A tools/:
R tests/:
* Makefile.am:
* configure.ac:
- Renamed tests to tools.
Sun Jul 04 13:28:00 PDT 2004 Christian Hammond <chipx86@gnupdate.org> Sun Jul 04 13:28:00 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
* tests/Makefile.am: * tests/Makefile.am:

View File

@ -1,4 +1,4 @@
SUBDIRS = libnotify tests SUBDIRS = libnotify tools
pcdata_DATA = libnotify.pc pcdata_DATA = libnotify.pc
pcdatadir = $(libdir)/pkgconfig pcdatadir = $(libdir)/pkgconfig

View File

@ -108,7 +108,7 @@ AC_CONFIG_FILES([
libnotify.pc libnotify.pc
Makefile Makefile
libnotify/Makefile libnotify/Makefile
tests/Makefile tools/Makefile
]) ])
AC_OUTPUT AC_OUTPUT