diff --git a/ChangeLog b/ChangeLog index 5696f64..7b7b64b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Jul 04 13:28:51 PDT 2004 Christian Hammond + + A tools/: + R tests/: + * Makefile.am: + * configure.ac: + - Renamed tests to tools. + Sun Jul 04 13:28:00 PDT 2004 Christian Hammond * tests/Makefile.am: diff --git a/Makefile.am b/Makefile.am index d9e014b..ca03c38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = libnotify tests +SUBDIRS = libnotify tools pcdata_DATA = libnotify.pc pcdatadir = $(libdir)/pkgconfig diff --git a/configure.ac b/configure.ac index da12e05..ba1f9bb 100644 --- a/configure.ac +++ b/configure.ac @@ -108,7 +108,7 @@ AC_CONFIG_FILES([ libnotify.pc Makefile libnotify/Makefile -tests/Makefile +tools/Makefile ]) AC_OUTPUT diff --git a/tests/Makefile.am b/tools/Makefile.am similarity index 100% rename from tests/Makefile.am rename to tools/Makefile.am diff --git a/tests/notify-send.c b/tools/notify-send.c similarity index 100% rename from tests/notify-send.c rename to tools/notify-send.c