Unbump the minor number; guess this doesn't happen in the ELF world
anymore and maybe we should nuke the meaning if MINOR altogether. :)
This commit is contained in:
parent
023a2a3180
commit
359969e8fd
@ -1,11 +1,11 @@
|
||||
# Makefile for libdialog
|
||||
# $Id: Makefile,v 1.21 1997/02/22 15:42:35 peter Exp $
|
||||
# $Id: Makefile,v 1.22 1998/09/26 12:29:57 jkh Exp $
|
||||
|
||||
LIB= dialog
|
||||
MAN3= dialog.3
|
||||
|
||||
SHLIB_MAJOR= 3
|
||||
SHLIB_MINOR= 1
|
||||
SHLIB_MINOR= 0
|
||||
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 tree.c
|
||||
|
Loading…
Reference in New Issue
Block a user