aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2013-05-15 20:58:40 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2013-05-15 20:58:40 +0200
commit11c16cc173340c6cc4f3f76fa4f4ba5c98c8aa2e (patch)
tree4ed0e61250117bb4b2aebcc9194f84180d79d9ed /Makefile
parentb8c4d292336404298cc91d35d69522ff8a0a55e3 (diff)
downloadtdv-11c16cc173340c6cc4f3f76fa4f4ba5c98c8aa2e.tar.gz
tdv-11c16cc173340c6cc4f3f76fa4f4ba5c98c8aa2e.tar.xz
tdv-11c16cc173340c6cc4f3f76fa4f4ba5c98c8aa2e.zip
Add Pango parsing.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6cac2cc..5478583 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
SHELL = /bin/sh
-pkgs = ncursesw glib-2.0 gio-2.0
+pkgs = ncursesw glib-2.0 gio-2.0 pango
tests = test-stardict
targets = sdtui add-pronunciation $(tests)