diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 29c04fde..48c3477f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,13 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS = uxa src man +SUBDIRS = man + +if UXA +SUBDIRS += uxa +endif + +SUBDIRS += src MAINTAINERCLEANFILES = ChangeLog INSTALL if HAVE_X11 |