mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-17 07:00:01 -05:00
8 lines
171 B
Makefile
8 lines
171 B
Makefile
EXTRA_LTLIBRARIES=libhwdep.la
|
|
|
|
libhwdep_la_SOURCES = hwdep.c hwdep_hw.c hwdep_symbols.c
|
|
noinst_HEADERS = hwdep_local.h
|
|
all: libhwdep.la
|
|
|
|
|
|
INCLUDES=-I$(top_srcdir)/include
|