diff options
Diffstat (limited to 'Libraries/LibProtocol/Makefile')
-rw-r--r-- | Libraries/LibProtocol/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibProtocol/Makefile b/Libraries/LibProtocol/Makefile index 16c751bbde..0f34357db9 100644 --- a/Libraries/LibProtocol/Makefile +++ b/Libraries/LibProtocol/Makefile @@ -1,6 +1,7 @@ include ../../Makefile.common OBJS = \ + Download.o \ Client.o LIBRARY = libprotocol.a |