Mercurial > pidgin
changeset 13961:b0e37dcb3987
[gaim-migrate @ 16514]
Fix the makefile.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Mon, 17 Jul 2006 23:57:12 +0000 |
parents | a06f7495af6f |
children | b43aec5fa9eb |
files | console/libgnt/test/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/console/libgnt/test/Makefile Mon Jul 17 22:27:26 2006 +0000 +++ b/console/libgnt/test/Makefile Mon Jul 17 23:57:12 2006 +0000 @@ -1,6 +1,6 @@ CC=gcc CFLAGS=`pkg-config --cflags gobject-2.0 gmodule-2.0` -g -I../ -DSTANDALONE -LDFLAGS=`pkg-config --libs gobject-2.0 gmodule-2.0` -pg -lgnt -L../ +LDFLAGS=`pkg-config --libs gobject-2.0 gmodule-2.0 gnt` -pg EXAMPLES=combo focus tv multiwin