summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-02-16 22:28:48 +0100
committerAndreas Kling <kling@serenityos.org>2020-02-16 22:28:48 +0100
commit30549502ca81fa9c4ff016d65c34620d0e76025c (patch)
tree485887374ef5f1bed198bb2c0f059a8b3331c824
parent7efb497837422447a0913915967dc341f334ba3a (diff)
downloadserenity-30549502ca81fa9c4ff016d65c34620d0e76025c.zip
LibGUI: Generate NotificationServerEndpoint.h if needed
-rw-r--r--Libraries/LibGUI/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Libraries/LibGUI/Makefile b/Libraries/LibGUI/Makefile
index c9024f391e..a5132c0c1c 100644
--- a/Libraries/LibGUI/Makefile
+++ b/Libraries/LibGUI/Makefile
@@ -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/