Skip to content

Commit

Permalink
build: Don't build examples by default
Browse files Browse the repository at this point in the history
They are only useful in special situations and break packaging as well
as making build times generally longer.

See #656
  • Loading branch information
baedert committed Dec 18, 2016
1 parent 930b81f commit 673aa96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}

SUBDIRS = src data po tests examples
SUBDIRS = src data po tests

EXTRA_DIST = \
vapi/config.vapi \
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Expand Up @@ -153,7 +153,6 @@ data/24x24/Makefile
data/16x16/Makefile
po/Makefile.in
tests/Makefile
examples/Makefile
])


Expand Down

0 comments on commit 673aa96

Please sign in to comment.