build: Avoid installing uncessary files with features disabled

This commit is contained in:
Patrick Griffis
2016-08-27 22:42:36 -04:00
parent dc09f2c75d
commit 7281da8b2c
2 changed files with 23 additions and 5 deletions

View File

@@ -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 = \