update to GTK+-3.0 is smooth :-)

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2022-02-07 08:59:36 -05:00
parent e53565a4fb
commit d3380eeca7
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 2 additions and 2 deletions

View File

@ -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}