moved version.h and config.h to include

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1497 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-03-23 13:05:18 +00:00
parent 395297ba77
commit cc553f28a9
21 changed files with 46 additions and 52 deletions

View File

@@ -52,7 +52,7 @@ OBJECTS = $(ftpd_OBJS)
all: $(PROGS)
.c.o:
$(CC) -c $(CFLAGS) -I$(srcdir) -I../../.. -I$(srcdir)/../common -I$(INCTOP) $(DEFS) $<
$(CC) -c $(CFLAGS) -I$(srcdir) -I$(srcdir)/../common -I$(INCTOP) $(DEFS) $<
install: all
$(MKINSTALLDIRS) $(libexecdir)