diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 00000000..0658f015 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,11 @@ +if USE_X +SUBDIRS_ICLES = icles +else +SUBDIRS_ICLES = +endif + +SUBDIRS = \ + $(SUBDIRS_ICLES) + +DIST_SUBDIRS = \ + icles |