diff options
author | Miles Bader <miles@gnu.org> | 1997-05-12 16:58:10 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-05-12 16:58:10 +0000 |
commit | 0406c56a1e86d5dc34823d320c7f5e2d19abec58 (patch) | |
tree | 27ce24c97a1322d54e994d16f1e0b20245449957 /libftpconn | |
parent | 09c4c05f26029d08cfc600c031d56b234ce1c35b (diff) |
(CPPFLAGS):
Add -DHAVE_HURD_HURD_TYPES_H.
Diffstat (limited to 'libftpconn')
-rw-r--r-- | libftpconn/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libftpconn/Makefile b/libftpconn/Makefile index 5cf9c6ce..514bc7cb 100644 --- a/libftpconn/Makefile +++ b/libftpconn/Makefile @@ -29,5 +29,10 @@ LCLHDRS = ftpconn.h priv.h OBJS = $(SRCS:.c=.o) +CPPFLAGS += -DHAVE_HURD_HURD_TYPES_H -DHAVE_STAT_ST_AUTHOR + include ../Makeconf +ftpdir: ftpdir.o libftpconn.a -lshouldbeinlibc +ftpcp: ftpcp.o libftpconn.a -lshouldbeinlibc + |