-CXXFLAGS+=-g3 -Wall -W -pedantic -DLINUX -I../include -I../projects/stargazer
+CXXFLAGS+=-g3 -Wall -W -pedantic -DLINUX -I../include -I../projects/stargazer -I../stglibs/conffiles.lib
 LIBS=-lpthread
 PROG=tests
 
        test_raw_ip.cpp \
        test_admin_conf.cpp \
        test_tariff.cpp \
-       ../projects/stargazer/tariff.cpp
+       test_conffiles.cpp \
+       ../projects/stargazer/tariff.cpp \
+       ../stglibs/conffiles.lib/conffiles.cpp
 
 all: $(PROG)