summaryrefslogtreecommitdiff
path: root/project/depends.mk
blob: 54b3373bf7a5f9000e8c06ce3c8f8e40f1b988a9 (plain)
1
2
3
4
5
6
# shared extensions: dependency switches
CFLAGS_TCLTK            += -DWITH_APPINIT
LDFLAGS_TCLTK           += $(LDFLAGS_TCLTK_LIBS)

# static extensions: dependency switch
LDFLAGS_TCLTK_STATIC    += $(LDFLAGS_TCLTK)