update to GTK+-3.0 is smooth :-)
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
e53565a4fb
commit
d3380eeca7
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ PREFIX = /usr
|
|||
MANPREFIX = ${PREFIX}/share/man
|
||||
|
||||
# includes and libs
|
||||
GTKINC=$(shell pkg-config --cflags gtk+-2.0)
|
||||
GTKLIB=$(shell pkg-config --libs gtk+-2.0 )
|
||||
GTKINC=$(shell pkg-config --cflags gtk+-3.0)
|
||||
GTKLIB=$(shell pkg-config --libs gtk+-3.0 )
|
||||
|
||||
INCS = -I. -I/usr/include ${GTKINC}
|
||||
LIBS = -L/usr/lib -lc ${GTKLIB}
|
||||
|
|
Loading…
Reference in a new issue