diff options
Diffstat (limited to 'csharp/src')
-rw-r--r-- | csharp/src/IceGrid/Makefile | 3 | ||||
-rw-r--r-- | csharp/src/IceGrid/Makefile.mak | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/csharp/src/IceGrid/Makefile b/csharp/src/IceGrid/Makefile index ec40bcd8cb7..694c60a2411 100644 --- a/csharp/src/IceGrid/Makefile +++ b/csharp/src/IceGrid/Makefile @@ -20,9 +20,6 @@ SLICE_SRCS = $(SDIR)/Admin.ice \ $(SDIR)/Descriptor.ice \ $(SDIR)/Exception.ice \ $(SDIR)/FileParser.ice \ - $(SDIR)/Locator.ice \ - $(SDIR)/Observer.ice \ - $(SDIR)/Query.ice \ $(SDIR)/Registry.ice \ $(SDIR)/Session.ice \ $(SDIR)/UserAccountMapper.ice diff --git a/csharp/src/IceGrid/Makefile.mak b/csharp/src/IceGrid/Makefile.mak index f2664073131..826290aacd9 100644 --- a/csharp/src/IceGrid/Makefile.mak +++ b/csharp/src/IceGrid/Makefile.mak @@ -20,9 +20,6 @@ GEN_SRCS = $(GDIR)\Admin.cs \ $(GDIR)\Descriptor.cs \ $(GDIR)\Exception.cs \ $(GDIR)\FileParser.cs \ - $(GDIR)\Locator.cs \ - $(GDIR)\Observer.cs \ - $(GDIR)\Query.cs \ $(GDIR)\Registry.cs \ $(GDIR)\Session.cs \ $(GDIR)\UserAccountMapper.cs |