diff options
author | Agney Lopes Roth Ferraz <agney@debian.org> | 2006-10-11 23:56:11 -0300 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:37 -0500 |
commit | fe52c0d1c1fd03de59be5f15047b2f23207e32fb (patch) | |
tree | 93ad53521e001bc109f83bd57ae7cbd791d86c48 /Makefile | |
parent | 7c03859545faa5dff9d54a63e892de75a4e39d2c (diff) |
Import Debian changes 0.4.1-3
hardinfo (0.4.1-3) unstable; urgency=low
* Changed libz path (Closes: #391963)
* added support to alpha arm ia64 m68k s390
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -GTK_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include +GTK_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 GLADE_LIBS = GLADE_CFLAGS = PACKAGE = hardinfo-0.4.1 |