mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Fixing make dist including build lexer header file
This commit is contained in:
parent
82e2456043
commit
0cde9a9d0e
1 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,7 @@ rofi_CFLAGS=\
|
|||
-DMANPAGE_PATH="\"$(mandir)/\""\
|
||||
-I$(top_srcdir)/include/\
|
||||
-I$(top_builddir)/lexer/\
|
||||
-I$(top_srcdir)/lexer/\
|
||||
-I$(top_srcdir)/config/\
|
||||
-I$(top_builddir)/\
|
||||
-Werror=missing-prototypes\
|
||||
|
@ -269,6 +270,7 @@ textbox_test_CFLAGS=\
|
|||
-DTHEME_DIR=\"$(themedir)\"\
|
||||
-I$(top_srcdir)/include/\
|
||||
-I$(top_builddir)/lexer/\
|
||||
-I$(top_srcdir)/lexer/\
|
||||
-I$(top_srcdir)/config/\
|
||||
-I$(top_builddir)/
|
||||
|
||||
|
@ -415,6 +417,7 @@ helper_test_CFLAGS=\
|
|||
-DTHEME_DIR=\"$(themedir)\"\
|
||||
-I$(top_srcdir)/include/\
|
||||
-I$(top_builddir)/lexer/\
|
||||
-I$(top_srcdir)/lexer/\
|
||||
-I$(top_srcdir)/config/\
|
||||
-I$(top_builddir)/
|
||||
|
||||
|
|
Loading…
Reference in a new issue