Removed printf that was interpreted as a trigraph
[pwlib.git] / plugins / sound_alsa / Makefile
blobcb58bb2e38e66425dd2c0aa24074621eb46e18ee
1 ifndef PWLIBDIR
2 PWLIBDIR = $(HOME)/pwlib
3 endif
5 PLUGIN_NAME = alsa
6 PLUGIN_FAMILY = device/sound
7 PLUGIN_LIBS = -lasound
8 PLUGIN_SOURCES = sound_alsa.cxx
10 include ../../make/plugins.mak