]> saetta.ns0.it Git - reptool/libreptool/commitdiff
Changed installed dir for headers.
authorAndrea Zagli <azagli@libero.it>
Mon, 6 Sep 2010 13:25:10 +0000 (15:25 +0200)
committerAndrea Zagli <azagli@libero.it>
Mon, 6 Sep 2010 13:25:10 +0000 (15:25 +0200)
src/Makefile.am

index 2926899d947b706cf5663f911a0d7b4c378796ef..2842ca0fa62a8bec5c1392784c68f43380994ac3 100644 (file)
@@ -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