summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-01 16:52:25 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-01 16:52:25 +0100
commiteb33f6404687086ae405ca5aa6d29fa9f49294d8 (patch)
tree9eabc2878ab168038600f4019dd633338b8d9312 /Makefile.am
parent3e212f32d085ed82e3189ff011670b4fb9f2d8a9 (diff)
Add BUILT_SOURCES for flex/bison generated files.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 93e546fe..532e9e86 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,6 +8,13 @@ AM_YFLAGS = -d
noinst_LIBRARIES =
include $(top_srcdir)/libgwater-xcb-nolibtool.mk
+
+BUILT_SOURCES=\
+ lexer/theme-parser.h\
+ lexer/theme-parser.c\
+ lexer/theme-lexer.c
+
+
##
# Rofi the program
##