diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 58950c3..b73e17d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,11 @@ if with_tar TARDIR = tar endif -SUBDIRS = krusader po pics doc krArc iso virt $(TARDIR) +if with_iso +ISODIR = iso +endif + +SUBDIRS = krusader po pics doc krArc $(ISODIR) virt $(TARDIR) EXTRA_DIST = krusader.kdevprj admin AUTHORS COPYING ChangeLog INSTALL README TODO krusader.lsm krusader.spec |