Make inet_ntop fix work for out-of-tree builds

svn path=/trunk/; revision=25590
This commit is contained in:
Jeff Morriss 2008-06-24 20:09:43 +00:00
parent da027b4668
commit b47985d13e
1 changed files with 2 additions and 2 deletions

View File

@ -175,10 +175,10 @@ sminmpec.c: enterprise-numbers make-sminmpec.pl
$(PERL) $(srcdir)/make-sminmpec.pl $(srcdir)/enterprise-numbers sminmpec.c
inet_ntop.c:
ln -s ../inet_ntop.c .
ln -s $(srcdir)/../inet_ntop.c .
inet_pton.c:
ln -s ../inet_pton.c .
ln -s $(srcdir)/../inet_pton.c .
if HAVE_PLUGINS