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

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'driver/source/Makefile.am')
-rw-r--r--driver/source/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/driver/source/Makefile.am b/driver/source/Makefile.am
new file mode 100644
index 00000000..186158f9
--- /dev/null
+++ b/driver/source/Makefile.am
@@ -0,0 +1,7 @@
+AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip
+ACLOCAL_AMFLAGS = -I m4
+SUBDIRS = libwdi
+
+if BUILD_EXAMPLES
+SUBDIRS += examples
+endif