summaryrefslogtreecommitdiffstats
path: root/src/client/gui/Makefile
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2020-12-07 19:06:36 +0000
committerJoursoir <chat@joursoir.net>2020-12-07 19:06:36 +0000
commitf7bd80577164da7540ad93fb2fa93df38168133b (patch)
tree1cade2044219a324867607346a4c9611214a26f8 /src/client/gui/Makefile
parent9457a74c256bdf090667a5b19238cb5dfd7e031e (diff)
downloadwant-chat-f7bd80577164da7540ad93fb2fa93df38168133b.tar.gz
want-chat-f7bd80577164da7540ad93fb2fa93df38168133b.tar.bz2
want-chat-f7bd80577164da7540ad93fb2fa93df38168133b.zip
add objects level for use fltk
Diffstat (limited to 'src/client/gui/Makefile')
-rw-r--r--src/client/gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/gui/Makefile b/src/client/gui/Makefile
index 2bc0969..67ff3e2 100644
--- a/src/client/gui/Makefile
+++ b/src/client/gui/Makefile
@@ -1,6 +1,6 @@
CPP = g++
CPPFLAGS = -Wall -g -lfltk
-SOURCES = client.cpp
+SOURCES = client.cpp OO_FLTK.cpp
OBJECTS = $(SOURCES:.cpp=.o)
EXECUTABLE = client