src/plugins/oss.c depends on config.h too
This commit is contained in:
parent
4ac8f93eb9
commit
0fd89d3cba
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user