06dd44f100
- remove OSS and esd support ok ajacoutot@ (MAINTAINER)
11 lines
190 B
Makefile
11 lines
190 B
Makefile
ifndef PWLIBDIR
|
|
PWLIBDIR = $(HOME)/pwlib
|
|
endif
|
|
|
|
PLUGIN_NAME = libsndio
|
|
PLUGIN_FAMILY = device/sound
|
|
PLUGIN_LIBS = -lsndio
|
|
PLUGIN_SOURCES = sound_libsndio.cxx
|
|
|
|
include ../../make/plugins.mak
|