Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
New file.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Matthias Clasen authored and Matthias Clasen committed May 18, 2005
1 parent f23f09e commit 208982a
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
@@ -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>

* tests/option-test.c: Add a testcase.
Expand Down
7 changes: 7 additions & 0 deletions ChangeLog.pre-2-10
@@ -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>

* tests/option-test.c: Add a testcase.
Expand Down
7 changes: 7 additions & 0 deletions ChangeLog.pre-2-12
@@ -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>

* tests/option-test.c: Add a testcase.
Expand Down
7 changes: 7 additions & 0 deletions ChangeLog.pre-2-8
@@ -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>

* tests/option-test.c: Add a testcase.
Expand Down
1 change: 1 addition & 0 deletions Makefile.am
Expand Up @@ -36,6 +36,7 @@ EXTRA_DIST = \
glib-2.0-uninstalled.pc.in \
gobject-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

# These may be in the builddir too
Expand Down
1 change: 1 addition & 0 deletions configure.in
Expand Up @@ -2712,6 +2712,7 @@ glib-2.0-uninstalled.pc
gmodule-2.0.pc
gmodule-no-export-2.0.pc
gmodule-2.0-uninstalled.pc
gmodule-no-export-2.0-uninstalled.pc
gthread-2.0.pc
gthread-2.0-uninstalled.pc
gobject-2.0.pc
Expand Down
14 changes: 14 additions & 0 deletions gmodule-no-export-2.0-uninstalled.pc.in
@@ -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

0 comments on commit 208982a

Please sign in to comment.