10 lines
151 B
Makefile
10 lines
151 B
Makefile
|
|
# BlueALSA - Makefile.am
|
||
|
|
# Copyright (c) 2016-2018 Arkadiusz Bokowy
|
||
|
|
|
||
|
|
ACLOCAL_AMFLAGS = -I m4
|
||
|
|
SUBDIRS = src utils
|
||
|
|
|
||
|
|
if ENABLE_TEST
|
||
|
|
SUBDIRS += test
|
||
|
|
endif
|