aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <basile@opensource.dyc.edu>2011-04-15 08:27:14 -0400
committerAnthony G. Basile <basile@opensource.dyc.edu>2011-04-15 08:27:14 -0400
commitd8125f89a34121be3dfd800b45b0a33160756036 (patch)
treef1223e324c88b00fabea2c8d63a8a1fc8f1c12bb /Makefile.am
parentAdded man page. (diff)
downloadelfix-d8125f89a34121be3dfd800b45b0a33160756036.tar.gz
elfix-d8125f89a34121be3dfd800b45b0a33160756036.tar.bz2
elfix-d8125f89a34121be3dfd800b45b0a33160756036.zip
Added contitional for 'tests'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4f7b5cb..afff66d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1,5 @@
+if TEST
SUBDIRS = src doc tests
+else
+SUBDIRS = src doc
+endif