a730dfbf59
Some clue from espie@ Needed to work on an Ekiga update. There are still some rought edges but they'll be worked in-tree. This and the upcoming VoIP ports commits wouldn't have been possible without Miod's soft couch ;-)
8 lines
137 B
Makefile
8 lines
137 B
Makefile
|
|
PLUGIN_NAME = sndio
|
|
PLUGIN_FAMILY = device/sound
|
|
PLUGIN_LIBS = -lsndio
|
|
PLUGIN_SOURCES = sound_sndio.cxx
|
|
|
|
include ../../make/plugins.mak
|