aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-10-01 00:07:54 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-10-01 00:07:54 -0400
commit8220ebac7c54015f79a36d20e548de0894e4a66c (patch)
tree071f27169a6589d5759438836939b13bc8477556 /src/Makefile
parentf3627fb93b4058fc8afb581d12ec4b344304e418 (diff)
downloadtextadept-8220ebac7c54015f79a36d20e548de0894e4a66c.tar.gz
textadept-8220ebac7c54015f79a36d20e548de0894e4a66c.zip
Complete r1584; src/Makefile
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 9ff396aa..d3ed8f02 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -99,7 +99,7 @@ ifneq (, $(or $(findstring Linux, $(kernel)), $(findstring BSD, $(kernel))))
GTK_CFLAGS = $(shell pkg-config --cflags gtk+-$(gtk_version) \
gmodule-$(gtk_version))
GTK_LIBS = $(shell pkg-config --libs gtk+-$(gtk_version) \
- gmodule-$(gtk))
+ gmodule-$(gtk_version))
install_targets = ../textadept ../textadeptjit
else
plat_flag = -DCURSES -D_XOPEN_SOURCE_EXTENDED