# Simple makefile for the stunclient program PROG = stunclient SOURCES = main.cxx ifndef PWLIBDIR PWLIBDIR=$(HOME)/pwlib endif include $(PWLIBDIR)/make/ptlib.mak # End of Makefile