diff options
Diffstat (limited to 'src/arch/Makefile.am')
-rw-r--r-- | src/arch/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/Makefile.am b/src/arch/Makefile.am index af0c79a..a8f9fb0 100644 --- a/src/arch/Makefile.am +++ b/src/arch/Makefile.am @@ -5,8 +5,6 @@ libarch_la_SOURCES = \ archbase.h archbase.c \ context-int.h \ context.h context.c \ - feeder-int.h \ - feeder.h feeder.c \ instriter.h instriter.c \ instruction-int.h \ instruction.h instruction.c \ @@ -17,7 +15,6 @@ libarch_la_SOURCES = \ post.h post.c \ processor-int.h \ processor.h processor.c \ - proxy.h proxy.c \ register-int.h \ register.h register.c \ storage.h storage.c \ |