diff options
author | wm4 <wm4@nowhere> | 2014-10-17 21:35:28 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-10-17 21:35:28 +0200 |
commit | 0abe9b0e0af03199fbc48b41ff38b0e0fa137cf2 (patch) | |
tree | 8009e64d0991fc864d5bdc0d01120562b47c5a9d /old-makefile | |
parent | 3deb6c3d4f49bd8933c2cab2e58752f6d0a33c6e (diff) |
old-build: adjust to latest changes
Diffstat (limited to 'old-makefile')
-rw-r--r-- | old-makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/old-makefile b/old-makefile index 519da884f1..d6548b3bb2 100644 --- a/old-makefile +++ b/old-makefile @@ -175,11 +175,12 @@ SOURCES = audio/audio.c \ input/cmd_parse.c \ input/event.c \ input/input.c \ + input/ipc.c \ input/keycodes.c \ - input/pipe-unix.c \ misc/bstr.c \ misc/charset_conv.c \ misc/dispatch.c \ + misc/json.c \ misc/rendezvous.c \ misc/ring.c \ options/m_config.c \ |