mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibGUI: Generate NotificationServerEndpoint.h if needed
This commit is contained in:
parent
7efb497837
commit
30549502ca
Notes:
sideshowbarker
2024-07-19 09:16:04 +09:00
Author: https://github.com/awesomekling
Commit: 30549502ca
1 changed files with 3 additions and 0 deletions
|
@ -77,6 +77,9 @@ Notification.cpp: ../../Servers/NotificationServer/NotificationServerEndpoint.h
|
||||||
../../Servers/WindowServer/WindowServerEndpoint.h:
|
../../Servers/WindowServer/WindowServerEndpoint.h:
|
||||||
@flock $(dir $(@)) $(MAKE) -C $(dir $(@))
|
@flock $(dir $(@)) $(MAKE) -C $(dir $(@))
|
||||||
|
|
||||||
|
../../Servers/NotificationServer/NotificationServerEndpoint.h:
|
||||||
|
@flock $(dir $(@)) $(MAKE) -C $(dir $(@))
|
||||||
|
|
||||||
install:
|
install:
|
||||||
mkdir -p $(SERENITY_BASE_DIR)/Root/usr/include/LibGUI/
|
mkdir -p $(SERENITY_BASE_DIR)/Root/usr/include/LibGUI/
|
||||||
cp ./*.h $(SERENITY_BASE_DIR)/Root/usr/include/LibGUI/
|
cp ./*.h $(SERENITY_BASE_DIR)/Root/usr/include/LibGUI/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue