Fixed loading of plug ins when multiple plug in class sets used. Especially H.323...
[pwlib.git] / samples / pxml / Makefile
blobdf89993f049d385fb44be76774ece5e046cf3bd7
1 PROG = PxmlTest
2 SOURCES := main.cxx precompile.cxx
4 ifndef PWLIBDIR
5 PWLIBDIR=$(HOME)/pwlib
6 endif
8 include $(PWLIBDIR)/make/ptlib.mak