summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ncurses/Makefile.am')
-rw-r--r--ui/ncurses/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am
index 6d360d2..64b6eb1 100644
--- a/ui/ncurses/Makefile.am
+++ b/ui/ncurses/Makefile.am
@@ -20,12 +20,11 @@ AM_CPPFLAGS = \
AM_CFLAGS = \
$(DEFAULT_CFLAGS)
-AM_LDFLAGS = -lmenu -lform -lncurses
-
common_libs = \
libpbnc.la \
$(top_builddir)/ui/common/libpbui.la \
- $(top_builddir)/lib/libpbcore.la
+ $(top_builddir)/lib/libpbcore.la \
+ @MENU_LIB@ @FORM_LIB@ @CURSES_LIB@
noinst_LTLIBRARIES = libpbnc.la
OpenPOWER on IntegriCloud