summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 103f566..1b218c4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,6 +16,8 @@
# License along with libasyncns. If not, see
# <http://www.gnu.org/licenses/>.
+ACLOCAL_AMFLAGS = -I m4
+
EXTRA_DIST = bootstrap.sh README LICENSE
SUBDIRS=libasyncns doc doxygen
@@ -28,7 +30,7 @@ pkgconfig_DATA = libasyncns.pc
README:
rm -f README
$(MAKE) -C doc README
- cd $(srcdir) && ln -s doc/README README
+ ln -s doc/README README
homepage: all dist doxygen
test -d $$HOME/homepage/private