diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2013-11-04 09:07:37 -0500 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2013-11-04 09:07:37 -0500 |
commit | 6af44e7f07d84af3a2639f0db4a2031d814288c6 (patch) | |
tree | 3b4b241f6b057f84ba9b5670df8621622336dd07 /config.mk | |
parent | 2529d3684c209a6991bde33d832a72193383f7f1 (diff) | |
parent | dc5db198cc3f2b5cb867f1be06726a477b13b341 (diff) |
Merge branch 'master' of https://code.google.com/p/svte
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ MANPREFIX = ${PREFIX}/share/man # includes and libs -GTKINC=$(shell pkg-config --cflags gtk+-2.0 vte ) +GTKINC=$(shell pkg-config --cflags gtk+-2.0 vte glib-2.0) GTKLIB=-lvte INCS = -I. -I/usr/include ${GTKINC} |