*interface* ConfigSource

#You can only build config_test and server after TimeSource has been intalled!
#*target* config_test 
#*test* server
#include $(UTILS_DIR)/include/TimeSource/TimeSource.mk
#EXTRA_LIBS=$(TimeSource_LIBS)

file FileConfigSource.cc 
active ActiveConfigSource.cc
# note we don't do -lipt here because we will be packaging this library with
# TimeSource, which already includes ipt
remote RemoteConfigSource.cc 
embedded EmbeddedConfigSource.cc
iptserver IPTServerConfigSource.cc
iptclient IPTClientConfigSource.cc -lpthread
