summaryrefslogtreecommitdiff
path: root/Servers/LookupServer/Makefile
diff options
context:
space:
mode:
authorChristopher Dumas <christopherdumas@gmail.com>2019-05-26 10:14:03 -0700
committerAndreas Kling <awesomekling@gmail.com>2019-05-27 21:40:53 +0200
commitc23882dde1f8a46f82b599ece5bb4b59606d030b (patch)
tree549ca3ad885aab8706ef2ff489f5b5b1558d9a33 /Servers/LookupServer/Makefile
parent50154a23cbd51f72eeb199b8b56acfa8d7bb694a (diff)
downloadserenity-c23882dde1f8a46f82b599ece5bb4b59606d030b.zip
can now tile background and made sure the IRC choose server popup still works
Diffstat (limited to 'Servers/LookupServer/Makefile')
-rw-r--r--Servers/LookupServer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Servers/LookupServer/Makefile b/Servers/LookupServer/Makefile
index b85335b4d5..da9bb8b7f9 100644
--- a/Servers/LookupServer/Makefile
+++ b/Servers/LookupServer/Makefile
@@ -11,7 +11,7 @@ DEFINES += -DUSERLAND
all: $(APP)
$(APP): $(OBJS)
- $(LD) -o $(APP) $(LDFLAGS) $(OBJS) -lc
+ $(LD) -o $(APP) $(LDFLAGS) $(OBJS) -lc -lcore
.cpp.o:
@echo "CXX $<"; $(CXX) $(CXXFLAGS) -o $@ -c $<