Skip to content

Commit

Permalink
Update Makefile.autosetup (neomutt#2167)
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
jindraj authored Mar 9, 2020
1 parent 55be9a5 commit dc8d770
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.autosetup
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ ALLOBJS+= $(LIBGUIOBJS)

###############################################################################
# libdebug
LIBDEBUG= libdebug.a
@if HAVE_LIBUNWIND
LIBDEBUGOBJS+= debug/backtrace.o
@endif
Expand All @@ -155,9 +154,12 @@ LIBDEBUGOBJS+= debug/parse_test.o
@if USE_DEBUG_WINDOW
LIBDEBUGOBJS+= debug/window.o
@endif
@if HAVE_LIBUNWIND || USE_DEBUG_GRAPHVIZ || USE_DEBUG_NOTIFY || USE_DEBUG_PARSE_TEST || USE_DEBUG_WINDOW
LIBDEBUG= libdebug.a
CLEANFILES+= $(LIBDEBUG) $(LIBDEBUGOBJS)
MUTTLIBS+= $(LIBDEBUG)
ALLOBJS+= $(LIBDEBUGOBJS)
@endif

###############################################################################
# libmbox
Expand Down

0 comments on commit dc8d770

Please sign in to comment.