[vte] build: Don't dist generated headers



commit 338d7873e5cd390cd8d5efff21571a06154f5418
Author: Christian Persch <chpe gnome org>
Date:   Mon Apr 28 18:24:49 2014 +0200

    build: Don't dist generated headers

 src/Makefile.am |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 9854e61..b5b4e98 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,6 +13,9 @@ header_HEADERS = \
        vteglobals.h \
        vtepty.h \
        vteterminal.h \
+       $(NULL)
+
+nodist_header_HEADERS = \
        vtetypebuiltins.h \
        vteversion.h \
        $(NULL)
@@ -69,6 +72,8 @@ libvte_ VTE_API_MAJOR_VERSION@_ VTE_API_MINOR_VERSION@_la_SOURCES = \
        vteconv.h \
        vtedraw.c \
        vtedraw.h \
+       vteenums.h \
+       vteglobals.h \
        vteint.h \
        vtepty.h \
        vtepty-private.h \
@@ -81,6 +86,7 @@ libvte_ VTE_API_MAJOR_VERSION@_ VTE_API_MINOR_VERSION@_la_SOURCES = \
        vtestream.h \
        vtestream-base.h \
        vtestream-file.h \
+       vteterminal.h \
        vtetc.c \
        vtetc.h \
        vtetree.c \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]