editor.c depends on ../config.h

This commit is contained in:
Pierre Pronchery 2006-08-03 13:46:52 +00:00
parent 80e70f36e9
commit 181d0ba7e1
2 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,7 @@ editor_CFLAGS = $(CFLAGSF) $(CFLAGS)
editor: $(editor_OBJS)
$(CC) $(LDFLAGSF) $(LDFLAGS) -o editor $(editor_OBJS)
editor.o: editor.c
editor.o: editor.c ../config.h
$(CC) $(editor_CFLAGS) -c editor.c
main.o: main.c

View File

@ -6,3 +6,6 @@ ldflags_force=`pkg-config --libs gtk+-2.0`
[editor]
type=binary
sources=editor.c,main.c
[editor.c]
depends=../config.h