Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 483478
Collapse All | Expand All

(-)pal-0.4.3_orig/src/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
INCLDIR = -I${prefix}/include `pkg-config --cflags glib-2.0`
5
INCLDIR = -I${prefix}/include `pkg-config --cflags glib-2.0`
6
LIBDIR  =
6
LIBDIR  =
7
LIBS    = `pkg-config --libs glib-2.0` -lreadline -lncursesw
7
LIBS    = `pkg-config --libs glib-2.0` `pkg-config --libs ncursesw` -lreadline
8
8
9
SRC     = main.c colorize.c output.c input.c event.c rl.c html.c latex.c \
9
SRC     = main.c colorize.c output.c input.c event.c rl.c html.c latex.c \
10
          add.c edit.c del.c remind.c search.c manage.c
10
          add.c edit.c del.c remind.c search.c manage.c

Return to bug 483478