Added a parameter to semaphore constructor to avoid ambiguity
[pwlib.git] / samples / find_ip / Makefile
blob994359b97169ac5c174d9f76c102de179e381e9b
1 # Simple makefile for the find ip program
3 PROG = find_ip
4 SOURCES = find_ip.cxx
6 ifndef PWLIBDIR
7 PWLIBDIR=$(HOME)/pwlib
8 endif
10 include $(PWLIBDIR)/make/ptlib.mak
12 # End of Makefile