Prevented memory leak detection from considering anything
[pwlib.git] / samples / audio / Makefile
blob8f467807682c761dc3238276a44959a106d8e125
1 # Simple makefile for the audio test program
3 PROG = audio
4 SOURCES = audio.cxx
6 ifndef PWLIBDIR
7 PWLIBDIR=$(HOME)/pwlib
8 endif
10 include $(PWLIBDIR)/make/ptlib.mak
12 # End of Makefile