# Simple makefile for the find ip program

PROG    = find_ip
SOURCES = find_ip.cxx

ifndef PWLIBDIR
PWLIBDIR=$(HOME)/pwlib
endif

include $(PWLIBDIR)/make/ptlib.mak

# End of Makefile
