Added posix library to make files
[pwlib.git] / tools / plugintest / Makefile
blob1e2106c5df63e9880a0cec530eb0b47adfb742f3
1 PROG = plugintest
2 SOURCES := main.cxx
4 ifndef PWLIBDIR
5 PWLIBDIR=$(HOME)/pwlib
6 endif
8 include $(PWLIBDIR)/make/ptlib.mak