mirror of
https://github.com/lbonn/rofi
synced 2024-11-10 14:24:27 +00:00
Fix #581
This commit is contained in:
parent
5814478723
commit
5186dab1b8
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ BUILT_SOURCES=\
|
|||
lexer/theme-parser.c\
|
||||
lexer/theme-lexer.c
|
||||
|
||||
$(top_builddir)/lexer/theme-lexer.c: $(top_srcdir)/lexer/theme-lexer.l
|
||||
|
||||
$(top_builddir)/lexer/theme-parser.c $(top_builddir)/lexer/theme-parser.h: $(top_srcdir)/lexer/theme-parser.y
|
||||
|
||||
rofiincludedir=${includedir}/rofi
|
||||
rofiinclude_HEADERS=\
|
||||
include/mode.h\
|
||||
|
|
Loading…
Reference in a new issue