src/plugins/oss.c depends on config.h too

This commit is contained in:
Pierre Pronchery 2014-02-20 01:31:11 +01:00
parent 4ac8f93eb9
commit 0fd89d3cba
2 changed files with 2 additions and 2 deletions

View File

@ -182,7 +182,7 @@ notify.o: notify.c ../../include/Phone.h
openmoko.o: openmoko.c ../../include/Phone.h
$(CC) $(openmoko_CFLAGS) -c openmoko.c
oss.o: oss.c ../../include/Phone.h
oss.o: oss.c ../../include/Phone.h ../../config.h
$(CC) $(oss_CFLAGS) -c oss.c
panel.o: panel.c ../../include/Phone.h

View File

@ -89,7 +89,7 @@ ldflags=-lossaudio
install=$(LIBDIR)/Phone/plugins
[oss.c]
depends=../../include/Phone.h
depends=../../include/Phone.h,../../config.h
[panel]
type=plugin