1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Fix building out of source dir.

This commit is contained in:
Dave Davenport 2017-05-04 21:41:38 +02:00
parent 726a0ed3ca
commit 82e2456043

View file

@ -118,7 +118,7 @@ rofi_CFLAGS=\
$(cairo_CFLAGS)\ $(cairo_CFLAGS)\
-DMANPAGE_PATH="\"$(mandir)/\""\ -DMANPAGE_PATH="\"$(mandir)/\""\
-I$(top_srcdir)/include/\ -I$(top_srcdir)/include/\
-I$(top_srcdir)/lexer/\ -I$(top_builddir)/lexer/\
-I$(top_srcdir)/config/\ -I$(top_srcdir)/config/\
-I$(top_builddir)/\ -I$(top_builddir)/\
-Werror=missing-prototypes\ -Werror=missing-prototypes\
@ -268,7 +268,7 @@ textbox_test_CFLAGS=\
-DPLUGIN_PATH=\"${libdir}/rofi\"\ -DPLUGIN_PATH=\"${libdir}/rofi\"\
-DTHEME_DIR=\"$(themedir)\"\ -DTHEME_DIR=\"$(themedir)\"\
-I$(top_srcdir)/include/\ -I$(top_srcdir)/include/\
-I$(top_srcdir)/lexer/\ -I$(top_builddir)/lexer/\
-I$(top_srcdir)/config/\ -I$(top_srcdir)/config/\
-I$(top_builddir)/ -I$(top_builddir)/
@ -414,7 +414,7 @@ helper_test_CFLAGS=\
-DPLUGIN_PATH=\"${libdir}/rofi\"\ -DPLUGIN_PATH=\"${libdir}/rofi\"\
-DTHEME_DIR=\"$(themedir)\"\ -DTHEME_DIR=\"$(themedir)\"\
-I$(top_srcdir)/include/\ -I$(top_srcdir)/include/\
-I$(top_srcdir)/lexer/\ -I$(top_builddir)/lexer/\
-I$(top_srcdir)/config/\ -I$(top_srcdir)/config/\
-I$(top_builddir)/ -I$(top_builddir)/