DEPTH = ../..
SUBDIR = ./ui/gtkmm

include $(DEPTH)/Makefile.os

ifeq ($(USE_UI_GTKMM), true)
INCLUDE += $(INCLUDE_GTKMM)
LIBS += $(LIBS_GTKMM)
endif

include $(DEPTH)/Makefile.rules
