occtl: restrict common sources to minimum necessary

This commit is contained in:
Nikos Mavrogiannopoulos
2015-10-31 11:27:36 +01:00
parent 27ecf50ca5
commit 4164015ae9

View File

@@ -6,7 +6,7 @@ EXTRA_DIST = args.def
bin_PROGRAMS = occtl
COMMON_SOURCES=../common.c ../common.h ../system.c ../system.h
COMMON_SOURCES=../common.c ../common.h
occtl_SOURCES = occtl.c pager.c occtl.h time.c cache.c ip-cache.c \
nl.c ctl.h ../ctl.pb-c.c ../ctl.pb-c.h $(CCAN_SOURCES) $(COMMON_SOURCES) \