]> git.pld-linux.org Git - packages/vte.git/blob - vte-link.patch
- link libvte with (used) gtk
[packages/vte.git] / vte-link.patch
1 --- vte-0.11.10/src/Makefile.am.orig    Mon Jun 16 23:15:09 2003
2 +++ vte-0.11.10/src/Makefile.am Mon Feb  2 12:46:14 2004
3 @@ -95,6 +95,7 @@
4  # must be reset to 0 when this happens.
5  VERSION_AGE=1
6  libvte_la_LDFLAGS = @LDFLAGS@ -version-info $(VERSION_CURRENT):$(VERSION_REVISION):$(VERSION_AGE)
7 +libvte_la_LIBADD = @GTK_LIBS@
8  
9  CLEANFILES = marshal.c marshal.h
10  
This page took 0.115536 seconds and 3 git commands to generate.