summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-16 15:09:04 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-16 15:09:04 +0100
commit1427644e6e6b4a9eb654b2d26c35e51360ef564c (patch)
tree3a9db4fa5de798a5cd6a7aaecc49fa43e9f5eb17 /Makefile.am
parent1b5eec605e5350bd384a89471d63fb488cafa00c (diff)
downloadmerchant-1427644e6e6b4a9eb654b2d26c35e51360ef564c.tar.gz
merchant-1427644e6e6b4a9eb654b2d26c35e51360ef564c.tar.bz2
merchant-1427644e6e6b4a9eb654b2d26c35e51360ef564c.zip
no deadcode in makefile
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 101b5c48..5f796c57 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# This Makefile is in the public domain
-SUBDIRS = src copylib examples
+SUBDIRS = src
if WITH_DOC
SUBDIRS += doc
endif