diff options
Diffstat (limited to 'support/extractpdfmark/Makefile.am')
-rw-r--r-- | support/extractpdfmark/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/support/extractpdfmark/Makefile.am b/support/extractpdfmark/Makefile.am new file mode 100644 index 0000000000..a302a6975d --- /dev/null +++ b/support/extractpdfmark/Makefile.am @@ -0,0 +1,6 @@ +SUBDIRS = src man test + +dist_doc_DATA = README.md README.ja.md COPYING NEWS +EXTRA_DIST = autogen.sh + +ACLOCAL_AMFLAGS = -I m4 |