diff --git a/am-shared/tools-tts-dir-include.am b/am-shared/tools-tts-dir-include.am index 71ee4e1c..6d02e966 100644 --- a/am-shared/tools-tts-dir-include.am +++ b/am-shared/tools-tts-dir-include.am @@ -152,7 +152,7 @@ $(GIELLA_ANL_DEPENDENCY_SRC): \ %.cg3: $(top_builddir)/src/cg3/%.cg3 $(AM_V_CP)cp -f $< $@ -$(GIELLA_ANL_SEMSETS_SRC): $(top_srcdir)/src/cg3/$(GIELLA_ANL_SEMSETS_SRC) +$(GIELLA_ANL_SEMSETS_SRC): $(top_builddir)/src/cg3/$(GIELLA_ANL_SEMSETS_SRC) $(AM_V_CP)cp -f $< $@ # Disambiguator: diff --git a/configure.ac b/configure.ac index efa38a08..9dac7ac4 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see . -AC_INIT([giella-core], [1.0.5], [feedback@divvun.no], [giella-core], [https://github.com/giellalt/giella-core]) +AC_INIT([giella-core], [1.0.6], [feedback@divvun.no], [giella-core], [https://github.com/giellalt/giella-core]) AC_REVISION([$Revision$]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.9 tar-pax -Wall -Werror foreign])