Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « source « driver - github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 186158f9127746f43e88f5e86d7a1839c5876ffa (plain)
1
2
3
4
5
6
7
AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = libwdi

if BUILD_EXAMPLES
SUBDIRS += examples
endif