Renamed tests to tools.
This commit is contained in:
parent
f835814523
commit
4661df2654
|
@ -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:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
SUBDIRS = libnotify tests
|
SUBDIRS = libnotify tools
|
||||||
|
|
||||||
pcdata_DATA = libnotify.pc
|
pcdata_DATA = libnotify.pc
|
||||||
pcdatadir = $(libdir)/pkgconfig
|
pcdatadir = $(libdir)/pkgconfig
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue