diff options
Diffstat (limited to 'contrib/extractor/Makefile.am')
-rw-r--r-- | contrib/extractor/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/extractor/Makefile.am b/contrib/extractor/Makefile.am new file mode 100644 index 00000000000..b84617069a1 --- /dev/null +++ b/contrib/extractor/Makefile.am @@ -0,0 +1,10 @@ +# The top-level input Makefile for mpq-tools + +# Any directories which should be built and installed. +SUBDIRS = libmpq + +# The directories which are part of the distribution. +DIST_SUBDIRS = $(SUBDIRS) + +EXTRA_DIST = \ + README.linux |