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:
@@ -29,7 +29,7 @@ LIB = $(LIBNAME).$(LIBEXT)
|
||||
all: $(LIB)
|
||||
|
||||
.c.o:
|
||||
$(CC) -c $(CFLAGS) -I$(srcdir) -I../../../include -I../../.. $(DEFS) $<
|
||||
$(CC) -c $(CFLAGS) -I$(srcdir) -I../../../include $(DEFS) $<
|
||||
|
||||
$(LIB): $(libcommon_OBJS)
|
||||
rm -f $@
|
||||
@@ -49,4 +49,4 @@ clean cleandir:
|
||||
distclean:
|
||||
rm -f Makefile
|
||||
|
||||
$(OBJECTS): ../../../config.h
|
||||
$(OBJECTS): ../../../include/config.h
|
||||
|
Reference in New Issue
Block a user