diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am index d36efab..bf2e17e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,4 @@ -SUBDIRS = src -pkgconfig_DATA = tuberia.pc - -if TESTS -SUBDIRS += test -endif -if EXAMPLES -SUBDIRS += example -endif +SUBDIRS = src doc test example +pkgconfig_DATA = tuberia.pc +dist_doc_DATA = README.md COPYING |