

pre :
	-@if cat config.h 2>/dev/null | grep HAVE_JACK_SESSION >/dev/null; then \
    echo ''; else \
    echo '#define VERSION  "$(VER)"' > config.h ;\
    echo '#define PIXMAPS_DIR  "$(PIXMAPS_DIR)"' >> config.h ;\
    echo '#ifndef HAVE_JACK_SESSION' >> config.h ;\
    echo '#define HAVE_JACK_SESSION 1' >> config.h ; \
    echo '#endif' >> config.h  ;\
    fi;
	@echo  "" 
	@echo  $(LGREEN)"build gxtuner with jack_session support"$(GREEN)
	@echo  ""
