debug.c now depends on config.h

This commit is contained in:
Pierre Pronchery 2014-02-23 14:31:52 +01:00
parent af017e38a6
commit 1905b31d99
2 changed files with 4 additions and 1 deletions

View File

@ -55,7 +55,7 @@ template_LDFLAGS = $(LDFLAGSF) $(LDFLAGS) `pkg-config --libs libSystem`
template.so: $(template_OBJS)
$(CCSHARED) -o template.so $(template_OBJS) $(template_LDFLAGS)
debug.o: debug.c
debug.o: debug.c ../../config.h
$(CC) $(debug_CFLAGS) -c debug.c
hayes/command.o: hayes/command.c hayes/command.h

View File

@ -14,6 +14,9 @@ cflags=`pkg-config --cflags gtk+-2.0 libSystem`
ldflags=`pkg-config --libs gtk+-2.0 libSystem`
install=$(LIBDIR)/Phone/modem
[debug.c]
depends=../../config.h
[hayes]
type=plugin
sources=hayes/command.c,hayes/quirks.c,hayes.c