From 597eeb1fd4bcb6d5ba6df204f7bf5aaefd2bf39a Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Mon, 6 Sep 2010 15:25:10 +0200 Subject: [PATCH] Changed installed dir for headers. --- src/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 2926899..2842ca0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,10 +4,10 @@ LIBS = $(REPTOOL_LIBS) \ AM_CPPFLAGS = $(REPTOOL_CFLAGS) \ -DG_LOG_DOMAIN=\"libreptool\" -parser.tab.c, parser.tab.h: parser.y +parser.tab.c parser.tab.h: parser.y bison -d parser.y -laxycal.yy.c, lexycal.yy.h: lexycal.fl +laxycal.yy.c lexycal.yy.h: lexycal.fl flex -o lexycal.yy.c --header-file=lexycal.yy.h lexycal.fl lib_LTLIBRARIES = libreptool.la @@ -28,7 +28,7 @@ libreptool_la_SOURCES = \ parser.tab.c \ lexycal.yy.c -include_HEADERS = \ +libreptool_include_HEADERS = \ libreptool.h \ rptobject.h \ rptobjecttext.h \ @@ -49,3 +49,5 @@ noinst_HEADERS = \ EXTRA_DIST = \ parser.y \ lexycal.fl + +libreptool_includedir = $(includedir)/libreptool -- 2.49.0