Fixed configure.ac file to take into account tutorials

This commit is contained in:
Xavier Raynaud
2012-04-10 17:46:52 +02:00
parent 3d06f3eb9d
commit 490f312821
2 changed files with 2 additions and 1 deletions

View File

@@ -84,6 +84,7 @@ AC_CONFIG_FILES([
Makefile
tests/Makefile
examples/Makefile
tutorials/Makefile
])
AC_OUTPUT

View File

@@ -6,7 +6,7 @@ LDFLAGS = $(BOOST_LDFLAGS)
LDADD = $(top_builddir)/libopmcore.la
noinst_PROGRAMS += tutorial1
noinst_PROGRAMS = tutorial1
tutorial1_SOURCES = tutorial1.cpp
tutorial1_LDADD = \
$(LDADD)