mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05: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-parser.c\
|
||||||
lexer/theme-lexer.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
|
rofiincludedir=${includedir}/rofi
|
||||||
rofiinclude_HEADERS=\
|
rofiinclude_HEADERS=\
|
||||||
include/mode.h\
|
include/mode.h\
|
||||||
|
|
Loading…
Reference in a new issue