mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-27 02:30:53 +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 Class source files
|
||||||
|
|
||||||
GNU_MFILES = \
|
GNU_MFILES = \
|
||||||
|
Archiver.m \
|
||||||
Array.m \
|
Array.m \
|
||||||
Bag.m \
|
Bag.m \
|
||||||
BinaryCStream.m \
|
BinaryCStream.m \
|
||||||
|
@ -170,6 +171,7 @@ GNU_OBJS = \
|
||||||
$(GNU_CFILES:.c=.o)
|
$(GNU_CFILES:.c=.o)
|
||||||
|
|
||||||
GNU_HEADERS = \
|
GNU_HEADERS = \
|
||||||
|
objects/Archiver.h \
|
||||||
objects/Array.h \
|
objects/Array.h \
|
||||||
objects/ArrayPrivate.h \
|
objects/ArrayPrivate.h \
|
||||||
objects/Bag.h \
|
objects/Bag.h \
|
||||||
|
|
Loading…
Reference in a new issue