Added a parameter to semaphore constructor to avoid ambiguity
[pwlib.git] / samples / ldaptest / Makefile
blob79f6141825da68ed995fa7f7cfc9b896b30afbaa
1 PROG = ldaptest
2 SOURCES := main.cxx
4 ifndef PWLIBDIR
5 PWLIBDIR=$(HOME)/pwlib
6 endif
8 include $(PWLIBDIR)/make/ptlib.mak