Fixed two build problems which crept in when moving to
libtool libraries. One manifested itslef when building
on a system with ncurses in a non-standard place. The
other when building after configured with --enable-debug
src/ui/terminal/terminal.c \
src/ui/terminal/terminal.h
-src_ui_terminal_libui_a_CFLAGS = -DINSTALLDIR=\"$(bindir)\" $(NCURSES_CFLAGS)
+src_ui_terminal_libui_la_CFLAGS = -DINSTALLDIR=\"$(bindir)\" $(NCURSES_CFLAGS)
bin_PROGRAMS += src/ui/terminal/pspp
src_ui_terminal_pspp_LDADD = \
src/ui/terminal/libui.la \
+ src/ui/libuicommon.la \
src/libpspp.la \
src/libpspp-core.la \
$(NCURSES_LIBS) \