diff options
Diffstat (limited to 'Libraries/LibCore/Makefile')
-rw-r--r-- | Libraries/LibCore/Makefile | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/Libraries/LibCore/Makefile b/Libraries/LibCore/Makefile index 4f3ad8e5d8..2c57812c70 100644 --- a/Libraries/LibCore/Makefile +++ b/Libraries/LibCore/Makefile @@ -1,30 +1,30 @@ OBJS = \ - CArgsParser.o \ - CIODevice.o \ - CFile.o \ - CSocket.o \ - CLocalSocket.o \ - CLocalServer.o \ - CTCPSocket.o \ - CTCPServer.o \ - CUdpSocket.o \ - CUdpServer.o \ - CElapsedTimer.o \ - CNotifier.o \ - CHttpRequest.o \ - CHttpResponse.o \ - CHttpJob.o \ - CNetworkJob.o \ - CNetworkResponse.o \ - CObject.o \ - CTimer.o \ - CEventLoop.o \ - CConfigFile.o \ - CEvent.o \ - CProcessStatisticsReader.o \ - CDirIterator.o \ - CUserInfo.o \ - CGzip.o \ + ArgsParser.o \ + IODevice.o \ + File.o \ + Socket.o \ + LocalSocket.o \ + LocalServer.o \ + TCPSocket.o \ + TCPServer.o \ + UdpSocket.o \ + UdpServer.o \ + ElapsedTimer.o \ + Notifier.o \ + HttpRequest.o \ + HttpResponse.o \ + HttpJob.o \ + NetworkJob.o \ + NetworkResponse.o \ + Object.o \ + Timer.o \ + EventLoop.o \ + ConfigFile.o \ + Event.o \ + ProcessStatisticsReader.o \ + DirIterator.o \ + UserInfo.o \ + Gzip.o \ puff.o LIBRARY = libcore.a |