move some source files in the directory grub into the new directory lib.
This commit is contained in:
parent
43921a97ca
commit
adadc62ff3
13 changed files with 1727 additions and 18 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
1999-09-30 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
|
||||
|
||||
* grub/getopt.c: Moved to ...
|
||||
* lib/getopt.c: ... here.
|
||||
* grub/getopt1.c: Moved to ...
|
||||
* lib/getopt1.c: ... here.
|
||||
* grub/getopt.h: Moved to ...
|
||||
* lib/getopt.h: ... here.
|
||||
* grub/Makefile.am (AM_CFLAGS): Added -I$(top_srcdir)/lib.
|
||||
(grub_LDADD): Added ../lib/libcommon.a.
|
||||
* lib/Makefile.am: New file.
|
||||
* Makefile.am (SUBDIRS): Added lib.
|
||||
* configure.in: lib/Makefile is added into the arguments for
|
||||
AC_OUTPUT.
|
||||
|
||||
1999-09-30 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
|
||||
|
||||
From Pavel Roskin:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue