diff --git a/lib/des/Makefile.in b/lib/des/Makefile.in index 54f07e69a..52a612276 100644 --- a/lib/des/Makefile.in +++ b/lib/des/Makefile.in @@ -23,19 +23,19 @@ SOURCES = cbc_cksm.c cbc_enc.c ecb_enc.c pcbc_enc.c \ qud_cksm.c rand_key.c read_pwd.c set_key.c str2key.c \ cfb_enc.c \ 3ecb_enc.c ofb_enc.c 3cbc_enc.c rnd_keys.c key_par.c \ - enc_read.c enc_writ.c + enc_read.c enc_writ.c gethostid.c OBJECTS = cbc_cksm.o cbc_enc.o ecb_enc.o pcbc_enc.o \ qud_cksm.o rand_key.o read_pwd.o set_key.o str2key.o \ cfb_enc.o \ 3ecb_enc.o ofb_enc.o 3cbc_enc.o rnd_keys.o key_par.o \ - enc_read.o enc_writ.o + enc_read.o enc_writ.o gethostid.o all: $(LIB) Wall: make CFLAGS="-g -Wall -Wmissing-prototypes -Wmissing-declarations -D__USE_FIXED_PROTOTYPES__" - + .c.o: $(CC) -c $(CPPFLAGS) $(DEFS) -I../.. -I../../include -I$(srcdir) -I$(srcdir)/../../include $(CFLAGS) $< @@ -43,7 +43,7 @@ install: all $(INSTALL) -d $(prefix)/lib $(INSTALL_DATA) $(LIB) $(libdir) -$(RANLIB) $(libdir)/$(LIB) - + uninstall: TAGS: $(SOURCES)