diff options
author | Martin Baulig <martin@home-of-linux.org> | 2000-11-22 11:30:26 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 2000-11-22 11:30:26 +0000 |
commit | b703777a7de0dbda8ee8e186394424dbd6486572 (patch) | |
tree | 4e1eabff28802ae281c1a305151fd33c29fe7098 /macros2/Makefile.am | |
parent | 0e9a3cd994eab91e382efb3c20c5ca3a5991713e (diff) | |
download | shared-mime-info-b703777a7de0dbda8ee8e186394424dbd6486572.tar.gz |
New file. This defines GNOME_CHECK_PKGCONFIG, GNOME_REQUIRE_PKGCONFIG and
2000-11-22 Martin Baulig <martin@home-of-linux.org>
* gnome-pkgconfig.m4: New file. This defines
GNOME_CHECK_PKGCONFIG, GNOME_REQUIRE_PKGCONFIG and
GNOME_PKGCONFIG_* macros from pkg-config.
svn path=/trunk/; revision=1469
Diffstat (limited to 'macros2/Makefile.am')
-rw-r--r-- | macros2/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros2/Makefile.am b/macros2/Makefile.am index 1a569486..1f384d03 100644 --- a/macros2/Makefile.am +++ b/macros2/Makefile.am @@ -4,7 +4,7 @@ GNOME2_MACROS= \ compiler-flags.m4 gnome-common.m4 gnome-cxx-check.m4 \ gnome-fileutils.m4 gnome-gettext.m4 gnome-gnorba-check.m4 \ gnome-pthread-check.m4 gnome-x-checks.m4 gnome.m4 linger.m4 \ - check-utmp.m4 + check-utmp.m4 gnome-pkgconfig.m4 EXTRA_DIST=$(GNOME2_MACROS) autogen.sh MAINTAINERCLEANFILES=macros2.dep |