[cxx] Fixed distclean when the C++ binding is enabled

The C++ examples were being added twice. So the make distclean was tried after the Makefile was already removed.

Removes the EXAMPLES_SUBDIRS redundancy for the C++ examples.
This commit is contained in:
Felipe Magno de Almeida 2014-09-30 12:46:40 -03:00
parent cbb42957b7
commit 30fa700599
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ if ALWAYS_BUILD_EXAMPLES
SUBDIRS += . $(EXAMPLES_SUBDIRS)
endif
DIST_SUBDIRS += $(EXAMPLES_SUBDIRS) $(EXAMPLES_CXX)
DIST_SUBDIRS += $(EXAMPLES_SUBDIRS)
examples: all-am
@for d in $(EXAMPLES_SUBDIRS); do \