diff options
author | James Henstridge <jamesh@src.gnome.org> | 2001-05-03 14:43:15 +0000 |
---|---|---|
committer | James Henstridge <jamesh@src.gnome.org> | 2001-05-03 14:43:15 +0000 |
commit | 3125dc0cf28a399bcc92d9c5350f996a1a23cc76 (patch) | |
tree | a4d2bab67132c7a9ccbe744fcd219e5c02fd06b6 /gdk-pixbuf-2.0.pc.in | |
parent | cdd15272547f27937fa292f0b3134d2ab60f22b1 (diff) | |
download | gdk-pixbuf-3125dc0cf28a399bcc92d9c5350f996a1a23cc76.tar.gz |
remove '.' from end of include directory
Diffstat (limited to 'gdk-pixbuf-2.0.pc.in')
-rw-r--r-- | gdk-pixbuf-2.0.pc.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk-pixbuf-2.0.pc.in b/gdk-pixbuf-2.0.pc.in index bc22fd3d1..36480dc1a 100644 --- a/gdk-pixbuf-2.0.pc.in +++ b/gdk-pixbuf-2.0.pc.in @@ -8,4 +8,5 @@ Description: Image loading and scaling Version: @VERSION@ Requires: gobject-2.0,gmodule-2.0 Libs: -L${libdir} -lgdk_pixbuf-1.3 @INTLLIBS@ @MATH_LIB@ -Cflags: -I${includedir}/gtk-2.0. +Cflags: -I${includedir}/gtk-2.0 + |