Blame usb_stream/Makefile.am
|
Packit |
675970 |
GCONF_FILES = 98-usb-stream.conf
|
|
Packit |
675970 |
|
|
Packit |
675970 |
EXTRA_DIST = $(GCONF_FILES)
|
|
Packit |
675970 |
|
|
Packit |
675970 |
asound_module_pcm_usb_stream_LTLIBRARIES = libasound_module_pcm_usb_stream.la
|
|
Packit |
675970 |
asound_module_gconf_DATA = $(GCONF_FILES)
|
|
Packit |
675970 |
|
|
Packit |
675970 |
asound_module_pcm_usb_streamdir = @ALSA_PLUGIN_DIR@
|
|
Packit |
675970 |
asound_module_gconfdir = @ALSA_GCONF_DIR@
|
|
Packit |
675970 |
|
|
Packit |
675970 |
AM_CFLAGS = -Wall -g @ALSA_CFLAGS@
|
|
Packit |
675970 |
AM_LDFLAGS = -module -avoid-version -export-dynamic $(LDFLAGS_NOUNDEFINED)
|
|
Packit |
675970 |
|
|
Packit |
675970 |
libasound_module_pcm_usb_stream_la_SOURCES = pcm_usb_stream.c
|
|
Packit |
675970 |
libasound_module_pcm_usb_stream_la_LIBADD = @ALSA_LIBS@ -lpthread
|
|
Packit |
675970 |
|
|
Packit |
675970 |
noinst_HEADERS = usb_stream.h
|
|
Packit |
675970 |
|
|
Packit |
675970 |
include ../install-hooks.am
|
|
Packit |
675970 |
|
|
Packit |
675970 |
install-data-hook: install-conf-hook
|
|
Packit |
675970 |
|
|
Packit |
675970 |
uninstall-local: uninstall-conf-hook
|