diff options
author | jkh <jkh@FreeBSD.org> | 1998-09-26 12:29:57 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-09-26 12:29:57 +0000 |
commit | a27c9f956a0dc8fc5170dd5f24a69c844ace1f6a (patch) | |
tree | cc3c4a47bc43b04a02d8fc9f79f886747f06cc6a /gnu/lib/libdialog/Makefile | |
parent | 968dcc7cb58ee3c99fbd00e5fd281241ee1fc152 (diff) | |
download | FreeBSD-src-a27c9f956a0dc8fc5170dd5f24a69c844ace1f6a.zip FreeBSD-src-a27c9f956a0dc8fc5170dd5f24a69c844ace1f6a.tar.gz |
Add some new functionality which I promised to add over a year a go and
shamefully dropped on the floor. I need to add it now since it does a
minor number bump, but otherwise the current functionality of libdialog
is unchanged (in all its evil glory) and the change is non-intrusive.
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
Diffstat (limited to 'gnu/lib/libdialog/Makefile')
-rw-r--r-- | gnu/lib/libdialog/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index 167098e..784401f 100644 --- a/gnu/lib/libdialog/Makefile +++ b/gnu/lib/libdialog/Makefile @@ -1,14 +1,14 @@ # Makefile for libdialog -# $Id$ +# $Id: Makefile,v 1.21 1997/02/22 15:42:35 peter Exp $ LIB= dialog MAN3= dialog.3 SHLIB_MAJOR= 3 -SHLIB_MINOR= 0 +SHLIB_MINOR= 1 SRCS= kernel.c rc.c checklist.c inputbox.c menubox.c msgbox.c \ lineedit.c radiolist.c textbox.c yesno.c prgbox.c raw_popen.c \ - fselect.c ui_objects.c dir.c notify.c help.c gauge.c + fselect.c ui_objects.c dir.c notify.c help.c gauge.c tree.c CFLAGS+= -I${.CURDIR} -Wall -Wstrict-prototypes -DLOCALE |