mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
AudioServer: Make all source files depend on generated sources
This fixes race conditions & failures during build.
This commit is contained in:
parent
9a6388f718
commit
3df521e2b7
Notes:
sideshowbarker
2024-07-19 11:08:13 +09:00
Author: https://github.com/bugaevc Commit: https://github.com/SerenityOS/serenity/commit/3df521e2b70 Pull-request: https://github.com/SerenityOS/serenity/pull/802
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ DEFINES += -DUSERLAND
|
|||
|
||||
all: $(APP)
|
||||
|
||||
main.cpp: AudioServerEndpoint.h
|
||||
*.cpp: AudioServerEndpoint.h
|
||||
|
||||
AudioServerEndpoint.h: AudioServer.ipc
|
||||
@echo "IPC $<"; $(IPCCOMPILER) $< > $@
|
||||
|
|
Loading…
Add table
Reference in a new issue