mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:48:10 +00:00
LibGUI: Generate NotificationServerEndpoint.h if needed
This commit is contained in:
parent
7efb497837
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:
|
||||
@flock $(dir $(@)) $(MAKE) -C $(dir $(@))
|
||||
|
||||
../../Servers/NotificationServer/NotificationServerEndpoint.h:
|
||||
@flock $(dir $(@)) $(MAKE) -C $(dir $(@))
|
||||
|
||||
install:
|
||||
mkdir -p $(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