mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
New file.
2005-05-18 Matthias Clasen <mclasen@redhat.com> * gmodule-no-export-2.0-uninstalled.pc.in (prefix): New file. * configure.in: * Makefile.am (EXTRA_DIST): Add gmodule-no-export-2.0-uninstalled.pc.in
This commit is contained in:
parent
f23f09e323
commit
208982a435
@ -1,3 +1,10 @@
|
|||||||
|
2005-05-18 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gmodule-no-export-2.0-uninstalled.pc.in (prefix): New file.
|
||||||
|
|
||||||
|
* configure.in:
|
||||||
|
* Makefile.am (EXTRA_DIST): Add gmodule-no-export-2.0-uninstalled.pc.in
|
||||||
|
|
||||||
2005-05-06 Matthias Clasen <mclasen@redhat.com>
|
2005-05-06 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* tests/option-test.c: Add a testcase.
|
* tests/option-test.c: Add a testcase.
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
2005-05-18 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gmodule-no-export-2.0-uninstalled.pc.in (prefix): New file.
|
||||||
|
|
||||||
|
* configure.in:
|
||||||
|
* Makefile.am (EXTRA_DIST): Add gmodule-no-export-2.0-uninstalled.pc.in
|
||||||
|
|
||||||
2005-05-06 Matthias Clasen <mclasen@redhat.com>
|
2005-05-06 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* tests/option-test.c: Add a testcase.
|
* tests/option-test.c: Add a testcase.
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
2005-05-18 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gmodule-no-export-2.0-uninstalled.pc.in (prefix): New file.
|
||||||
|
|
||||||
|
* configure.in:
|
||||||
|
* Makefile.am (EXTRA_DIST): Add gmodule-no-export-2.0-uninstalled.pc.in
|
||||||
|
|
||||||
2005-05-06 Matthias Clasen <mclasen@redhat.com>
|
2005-05-06 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* tests/option-test.c: Add a testcase.
|
* tests/option-test.c: Add a testcase.
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
2005-05-18 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gmodule-no-export-2.0-uninstalled.pc.in (prefix): New file.
|
||||||
|
|
||||||
|
* configure.in:
|
||||||
|
* Makefile.am (EXTRA_DIST): Add gmodule-no-export-2.0-uninstalled.pc.in
|
||||||
|
|
||||||
2005-05-06 Matthias Clasen <mclasen@redhat.com>
|
2005-05-06 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* tests/option-test.c: Add a testcase.
|
* tests/option-test.c: Add a testcase.
|
||||||
|
@ -36,6 +36,7 @@ EXTRA_DIST = \
|
|||||||
glib-2.0-uninstalled.pc.in \
|
glib-2.0-uninstalled.pc.in \
|
||||||
gobject-2.0-uninstalled.pc.in \
|
gobject-2.0-uninstalled.pc.in \
|
||||||
gmodule-2.0-uninstalled.pc.in \
|
gmodule-2.0-uninstalled.pc.in \
|
||||||
|
gmodule-no-export-2.0-uninstalled.pc.in \
|
||||||
gthread-2.0-uninstalled.pc.in
|
gthread-2.0-uninstalled.pc.in
|
||||||
|
|
||||||
# These may be in the builddir too
|
# These may be in the builddir too
|
||||||
|
@ -2712,6 +2712,7 @@ glib-2.0-uninstalled.pc
|
|||||||
gmodule-2.0.pc
|
gmodule-2.0.pc
|
||||||
gmodule-no-export-2.0.pc
|
gmodule-no-export-2.0.pc
|
||||||
gmodule-2.0-uninstalled.pc
|
gmodule-2.0-uninstalled.pc
|
||||||
|
gmodule-no-export-2.0-uninstalled.pc
|
||||||
gthread-2.0.pc
|
gthread-2.0.pc
|
||||||
gthread-2.0-uninstalled.pc
|
gthread-2.0-uninstalled.pc
|
||||||
gobject-2.0.pc
|
gobject-2.0.pc
|
||||||
|
14
gmodule-no-export-2.0-uninstalled.pc.in
Normal file
14
gmodule-no-export-2.0-uninstalled.pc.in
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
prefix=/usr
|
||||||
|
exec_prefix=${prefix}
|
||||||
|
libdir=${exec_prefix}/lib
|
||||||
|
includedir=${prefix}/include
|
||||||
|
|
||||||
|
gmodule_supported=true
|
||||||
|
|
||||||
|
Name: GModule
|
||||||
|
Description: Dynamic module loader for GLib
|
||||||
|
Requires: glib-2.0
|
||||||
|
Version: @VERSION@
|
||||||
|
Libs: ${pc_top_builddir}/${pcfiledir}/gmodule/libgmodule-2.0.la
|
||||||
|
Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@/gmodule
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user