diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2003-07-30 00:01:39 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-07-30 00:01:39 +0000 |
commit | 768bdf40b74aa660d2847747c4df58a745705170 (patch) | |
tree | fe7bd54822cc5de30dcc99044bb36166bda082be /glib-2.0.pc.in | |
parent | e7fde02e4fd3fad8053a9f2f8f4a3dc4c4730842 (diff) |
Remove forgotten @TRIO_LIBS@. (#118616, Noah Levitt)
* glib-2.0.pc.in (Libs): Remove forgotten @TRIO_LIBS@. (#118616, Noah Levitt)
Diffstat (limited to 'glib-2.0.pc.in')
-rw-r--r-- | glib-2.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib-2.0.pc.in b/glib-2.0.pc.in index 16aa72a99..deb1739f9 100644 --- a/glib-2.0.pc.in +++ b/glib-2.0.pc.in @@ -10,6 +10,6 @@ glib_mkenums=glib-mkenums Name: GLib Description: C Utility Library Version: @VERSION@ -Libs: -L${libdir} -lglib-2.0 @INTLLIBS@ @ICONV_LIBS@ @TRIO_LIBS@ +Libs: -L${libdir} -lglib-2.0 @INTLLIBS@ @ICONV_LIBS@ Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include |