diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-01-15 19:41:05 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-01-15 19:41:05 +0100 |
commit | 5177efb74f9301bbffd79d63f47eb78611e6abba (patch) | |
tree | 3b934e877911bb4d40fceca920ef70e272f19488 /Makefile.am | |
parent | 9f36b6e9ef86d595b229c1c8f0671b63a18bdc03 (diff) |
remove Taler-specific leftovers, we don't need them anymore
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 62c46cb2b..f072d0cae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,9 +18,7 @@ if INCLUDE_MANPAGES SUBDIRS += doc endif -if !TALER_ONLY - SUBDIRS += contrib -endif +SUBDIRS += contrib EXTRA_DIST = \ ABOUT-NLS \ |