summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2000-07-31 17:10:33 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-07-31 17:10:33 +0000
commit0ae274954831e15b7513a07d8c1d6d05a0bbe0d7 (patch)
tree1c11b6c948c3d1fe7c6463cad8f0652a15a4c639 /Makefile.am
parentc58440ecfcf5a4b39037d857fadccb22df5a26d8 (diff)
downloadglib-0ae274954831e15b7513a07d8c1d6d05a0bbe0d7.tar.gz
pkg-config data files
2000-07-31 Havoc Pennington <hp@redhat.com> * glib-2.0.pc.in, gobject-2.0.pc.in, gmodule-2.0.pc.in, gobject-2.0.pc.in: pkg-config data files * Makefile.am: Install/dist the .pc files * configure.in: Output the .pc files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ea0bce5ee..421cdb1b3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -110,6 +110,9 @@ testgdateparser_LDADD = libglib-1.3.la
m4datadir = $(datadir)/aclocal
m4data_DATA = glib-2.0.m4
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc gthread-2.0.pc
+
glibconfig.h.win32: $(top_builddir)/config.status $(top_srcdir)/glibconfig.h.win32.in
cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status