mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 18:21:04 +00:00
(GNU_MFILES): Add Archiver.m.
(GNU_HEADERS): Add objects/Archiver.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@880 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cc85668753
commit
401ec323bf
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,7 @@ INCLUDEFLAGS='$(INCLUDEFLAGS)' DEFS='$(DEFS)'
|
|||
# GNU Class source files
|
||||
|
||||
GNU_MFILES = \
|
||||
Archiver.m \
|
||||
Array.m \
|
||||
Bag.m \
|
||||
BinaryCStream.m \
|
||||
|
@ -170,6 +171,7 @@ GNU_OBJS = \
|
|||
$(GNU_CFILES:.c=.o)
|
||||
|
||||
GNU_HEADERS = \
|
||||
objects/Archiver.h \
|
||||
objects/Array.h \
|
||||
objects/ArrayPrivate.h \
|
||||
objects/Bag.h \
|
||||
|
|
Loading…
Reference in a new issue