Blame arcam-av/Makefile.am
|
Packit |
675970 |
GCONF_FILES = 50-arcam-av-ctl.conf
|
|
Packit |
675970 |
|
|
Packit |
675970 |
EXTRA_DIST = $(GCONF_FILES)
|
|
Packit |
675970 |
|
|
Packit |
675970 |
asound_module_ctl_arcam_av_LTLIBRARIES = libasound_module_ctl_arcam_av.la
|
|
Packit |
675970 |
asound_module_gconf_DATA = $(GCONF_FILES)
|
|
Packit |
675970 |
|
|
Packit |
675970 |
asound_module_ctl_arcam_avdir = @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 -no-undefined
|
|
Packit |
675970 |
|
|
Packit |
675970 |
libasound_module_ctl_arcam_av_la_SOURCES = ctl_arcam_av.c arcam_av.c arcam_av.h
|
|
Packit |
675970 |
libasound_module_ctl_arcam_av_la_LIBADD = @ALSA_LIBS@ -lpthread
|
|
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
|