diff options
| author | Thomas Gellekum <tg@FreeBSD.org> | 2000-05-25 09:54:28 +0000 |
|---|---|---|
| committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-05-25 09:54:28 +0000 |
| commit | 4a2f67e9e78625b28ae37bb9a8c80562bc9bd15c (patch) | |
| tree | 6f4f5c78661ac58faffaec371640a17a610756f3 /lib/libpanel | |
| parent | 5fd9412aa987f628d3a12ab70e6b67436e5f908c (diff) | |
Notes
Diffstat (limited to 'lib/libpanel')
| -rw-r--r-- | lib/libpanel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libpanel/Makefile b/lib/libpanel/Makefile index cbe2ebbe58f1..30d77fb23185 100644 --- a/lib/libpanel/Makefile +++ b/lib/libpanel/Makefile @@ -7,7 +7,9 @@ NCURSES=${.CURDIR}/../../contrib/ncurses LIB= panel -SRCS= panel.c +SRCS= p_above.c p_below.c p_bottom.c p_delete.c p_hidden.c \ + p_hide.c p_move.c p_new.c p_replace.c p_show.c p_top.c \ + p_update.c p_user.c p_win.c panel.c INCS= ${NCURSES}/panel/panel.h CFLAGS+= -I${.CURDIR}/../libncurses -I${NCURSES}/panel -I${NCURSES}/include \ |
