diff options
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r-- | src/common/Makefile.am | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 5a110d0dd9..7b099f755c 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -3,12 +3,9 @@ noinst_LIBRARIES = libor.a #CFLAGS = -Wall -Wpointer-arith -O2 -libor_a_SOURCES = cell.c config.c key.c log.c opcell.c \ - routent.c scheduler.c utils.c +libor_a_SOURCES = config.c key.c log.c utils.c -# ss.h is not used anywhere, distributing it just because - -noinst_HEADERS = cell.h config.h key.h log.h opcell.h \ - policies.h routent.h scheduler.h utils.h \ +noinst_HEADERS = config.h key.h log.h \ + policies.h utils.h \ ss.h version.h |