diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2013-05-15 20:58:40 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2013-05-15 20:58:40 +0200 |
commit | 11c16cc173340c6cc4f3f76fa4f4ba5c98c8aa2e (patch) | |
tree | 4ed0e61250117bb4b2aebcc9194f84180d79d9ed /Makefile | |
parent | b8c4d292336404298cc91d35d69522ff8a0a55e3 (diff) | |
download | tdv-11c16cc173340c6cc4f3f76fa4f4ba5c98c8aa2e.tar.gz tdv-11c16cc173340c6cc4f3f76fa4f4ba5c98c8aa2e.tar.xz tdv-11c16cc173340c6cc4f3f76fa4f4ba5c98c8aa2e.zip |
Add Pango parsing.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |