# Simple makefile for the HTTP test program

PROG    = httptest
SOURCES = httptest.cxx

ifndef PTLIBDIR
PTLIBDIR=$(HOME)/ptlib
endif

include $(PTLIBDIR)/make/ptlib.mak

# End of Makefile
