X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=Makefile.am;h=cf0c98fd5e9e92544fb7c099dc8c1fe0b6dba00c;hp=e93a0b4fb44f1c86a6037278b65bb3f612b0ce7e;hb=a75ed01852de52cf0f93c7db964c66977966f096;hpb=d1801fcb1ddef143e77cafacb1a7bee56cc43483 diff --git a/Makefile.am b/Makefile.am index e93a0b4f..cf0c98fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,10 +31,10 @@ # # Search for macros in the m4 subdirectory: -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 -I md5/m4 # subdirectories in the distribution -SUBDIRS = lib src doc po tests util windows +SUBDIRS = lib md5 src doc po tests util windows test: all cd tests && $(MAKE) $(AM_MAKEFLAGS) $@