aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index d177e272..176567fc 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -47,7 +47,7 @@ endef
textadept_gtk_objs := $(call objs, textadept.c)
textadept_curses_objs := $(call curses-objs, textadept.c)
textadept_objs := $(textadept_gtk_objs) $(textadept_curses_objs)
-textadept_rc_objs := textadept_rc.o
+textadept_rc_objs := win-textadept_rc.o
ta_flags := -std=c99 -pedantic -Iscintilla/include -Igtdialog -Wall