LibGUI: Generate NotificationServerEndpoint.h if needed

This commit is contained in:
Andreas Kling 2020-02-16 22:28:48 +01:00
commit 30549502ca
Notes: sideshowbarker 2024-07-19 09:16:04 +09:00

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/