]> sjero.net Git - wget/blobdiff - Makefile.am
Moved md5 stuff out into separate md5/ dir.
[wget] / Makefile.am
index e93a0b4fb44f1c86a6037278b65bb3f612b0ce7e..cf0c98fd5e9e92544fb7c099dc8c1fe0b6dba00c 100644 (file)
 #
 
 # 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) $@