diff --git a/src/osgPlugins/net/GNUmakefile b/src/osgPlugins/net/GNUmakefile index a8e1deadd..7a8bd56fd 100644 --- a/src/osgPlugins/net/GNUmakefile +++ b/src/osgPlugins/net/GNUmakefile @@ -3,8 +3,8 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ ReaderWriterNET.cpp\ - sockinet.cpp\ - sockstream.cpp\ + sockinet.cpp\ + sockstream.cpp\ LIBS += $(OSG_LIBS) $(OTHER_LIBS) $(SOCKET_LIBS)