./store_loader.cpp \
./tariff_impl.cpp \
./tariffs_impl.cpp \
- ./traffcounter.cpp \
+ ./traffcounter_impl.cpp \
./user_impl.cpp \
./user_property.cpp \
./users_impl.cpp
install: install-bin install-data
-install-bin:
+install-bin: $(PROG)
install -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/sbin/$(PROG)
$(MAKE) -C $(DIR_LIBSRC) install
$(MAKE) -C $(DIR_PLUGINS) install