diff options
author | Havoc Pennington <hp@redhat.com> | 2000-07-31 17:13:55 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-07-31 17:13:55 +0000 |
commit | 8bca378a6e77626d7f1a9873bf485c7434015e74 (patch) | |
tree | f8cc3773f6979bc91ff9f04e90fe88c28828ca55 /Makefile.am | |
parent | 0ae274954831e15b7513a07d8c1d6d05a0bbe0d7 (diff) | |
download | glib-8bca378a6e77626d7f1a9873bf485c7434015e74.tar.gz |
forgot to add .pc.in to EXTRA_DIST
2000-07-31 Havoc Pennington <hp@redhat.com>
* Makefile.am (EXTRA_DIST): forgot to add .pc.in to EXTRA_DIST
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 421cdb1b3..9f73023aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,11 @@ EXTRA_DIST = \ config.h.win32.in \ build-dll \ glib.rc \ - glib.rc.in + glib.rc.in \ + glib-2.0.pc.in \ + gobject-2.0.pc.in \ + gmodule-2.0.pc.in \ + gthread-2.0.pc.in lib_LTLIBRARIES = libglib-1.3.la |