summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-07-06 23:14:09 +0200
committerDave Davenport <qball@blame.services>2021-07-06 23:14:09 +0200
commitafe08def95f697824e994fd5c278d9a669806954 (patch)
tree8f20d0522097df0ddfb71f1d1b5ef76ce5e9903b /Makefile.am
parentdc101975aa6824661cb0859e43af5f484caabaa2 (diff)
[unwind] Generate crash report on segfault.unwind
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b4528d7a..b487c70c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -145,6 +145,7 @@ rofi_CFLAGS=\
$(pango_CFLAGS)\
$(libsn_CFLAGS)\
$(cairo_CFLAGS)\
+ $(unwind_CFLAGS)\
$(gdkpixbuf_CFLAGS)\
-DMANPAGE_PATH="\"$(mandir)/\""\
-I$(top_srcdir)/include/\
@@ -165,6 +166,7 @@ rofi_LDADD=\
$(libsn_LIBS)\
$(pango_LIBS)\
$(cairo_LIBS)\
+ $(unwind_LIBS)\
$(gdkpixbuf_LIBS)\
$(LIBS)