ytools.mk.in: Fix PKG_CONFIG_PATH for gnome

This commit is contained in:
Jan Lindemann 2006-03-03 12:40:45 +00:00 committed by Jan Lindemann
commit f4e48bfbf3

View file

@ -52,4 +52,4 @@ LDFLAGS += -lytools -ldl -pthread
LD_LIB_PATH=$(TOPDIR)/lib
PROJECT_LDFLAGS += $(shell export PKG_CONFIG_PATH=$(PKG_CONFIG_PATH); pkg-config --libs glib-2.0)
PROJECT_LDFLAGS += $(shell export PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig; pkg-config --libs glib-2.0)