mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:57:44 +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:
|
../../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