Index: Makefile.am --- Makefile.am.orig 2013-12-08 19:24:49.000000000 +0100 +++ Makefile.am 2015-01-03 23:40:36.819004893 +0100 @@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = yyast pyext +SUBDIRS = yyast include am/doxygen.am Index: yyast/Makefile.am --- yyast/Makefile.am.orig 2013-12-08 19:24:49.000000000 +0100 +++ yyast/Makefile.am 2015-01-03 23:40:26.748816014 +0100 @@ -12,7 +12,7 @@ # Do not link against yyast, as yyast was designed to be only linked against a lex & yacc program. yadump_SOURCES = yadump.c -library_includedir=$(includedir)/yyast-$(VERSION)/yyast +library_includedir=$(includedir)/yyast library_include_HEADERS = yyast.h types.h error.h utils.h count.h leaf.h node.h header.h main.h config.h pkgconfigdir = $(libdir)/pkgconfig Index: yyast/yyast.pc.in --- yyast/yyast.pc.in.orig 2013-12-08 19:24:49.000000000 +0100 +++ yyast/yyast.pc.in 2015-01-03 23:40:26.748816014 +0100 @@ -8,5 +8,5 @@ Requires: Version: @VERSION@ Libs: -L${libdir} -lyyast -Cflags: -I${includedir}/yyast-@VERSION@ +Cflags: -I${includedir}/yyast