Fixed problems with plugin suffix not being propagated to sudirectories
[pwlib.git] / samples / hello_world / Makefile
blob6a7238ddb36508ec7c0bb9d438cc9525a2e0c1fd
1 # Simple makefile for the hello world program
3 PROG = hello
4 SOURCES = hello.cxx
6 ifndef PWLIBDIR
7 PWLIBDIR=$(HOME)/pwlib
8 endif
10 include $(PWLIBDIR)/make/ptlib.mak
12 # End of Makefile