mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
Added --with-ld10k1 configure option for better detection of ld10k1 package. The include directory and ld10k1 symlink are automatically created to point the local path.
9 lines
233 B
Makefile
9 lines
233 B
Makefile
SUBDIRS = src
|
|
|
|
EXTRA_DIST = COPYING configure.in README NEWS AUTHORS TODO INSTALL ChangeLog
|
|
|
|
alsa-dist: distdir
|
|
@rm -rf ../distdir/qlo10k1
|
|
@mkdir -p ../distdir/qlo10k1
|
|
@cp -RLpv $(distdir)/* ../distdir/qlo10k1
|
|
@rm -rf $(distdir)
|