1
Fork 0
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:
Andreas Kling 2020-02-16 22:28:48 +01:00
parent 7efb497837
commit 30549502ca

View file

@ -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/