diff options
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 7b124b87..b5077d24 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,7 +1,15 @@ -SUBDIRS = pkgconfig man +SUBDIRS = + +if DO_PLUGIN +SUBDIRS += pkgconfig +endif if DO_GTK -SUBDIRS += icons misc +SUBDIRS += icons misc man +else +if WITH_TM +SUBDIRS += misc +endif endif EXTRA_DIST = \ |