Change build to work without ncurses pkg-config

This commit is contained in:
James Booth
2012-07-12 23:41:45 +01:00
parent 81a6d671d0
commit e16cbdb249
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ profanity_SOURCES = src/command.c src/contact.c src/history.c src/jabber.h \
src/main.c src/profanity.h src/prof_history.h src/util.c
profanity_CFLAGS = -O3 -Werror -Wall -Wextra -Wno-unused-parameter \
-Wno-unused-but-set-variable -Wno-unused-result \
-lstrophe -lxml2 -lexpat $(DEPS_CFLAGS) $(DEPS_LIBS) -lresolv \
-lstrophe -lxml2 -lexpat -lncurses $(DEPS_CFLAGS) $(DEPS_LIBS) -lresolv \
$(NOTIFY_CFLAGS) $(NOTIFY_LIBS)
TESTS = tests/testsuite