aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-07 23:20:37 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-07 23:20:37 +0100
commit9c0eec78a4a53e279f52ed31a4b8b22295aa35f0 (patch)
treee5b928975e0b88c325ecba7ab775c220d00fd139 /Makefile
parent768507d83318f37efbb90797f72e5b2e316c5105 (diff)
downloadimv-9c0eec78a4a53e279f52ed31a4b8b22295aa35f0.tar.gz
ipc: Add ipc support to imv
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a1e6289..41c9525 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,7 @@ SOURCES += src/console.c
SOURCES += src/image.c
SOURCES += src/imv.c
SOURCES += src/ini.c
+SOURCES += src/ipc.c
SOURCES += src/keyboard.c
SOURCES += src/list.c
SOURCES += src/log.c