aboutsummaryrefslogtreecommitdiffstats
path: root/macros/Makefile.am
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-02-16 07:13:49 +0800
committerRaja R Harinath <harinath@src.gnome.org>1998-02-16 07:13:49 +0800
commit75b309856071124362b06d2c77f09141a8caa619 (patch)
tree88cf415183334b6e40fc2dd3c1a5ced7e3c5b4a8 /macros/Makefile.am
parenteaaef2717d7ab8c4d6ba24150add836c05ca6d78 (diff)
downloadgsoc2013-evolution-75b309856071124362b06d2c77f09141a8caa619.tar
gsoc2013-evolution-75b309856071124362b06d2c77f09141a8caa619.tar.gz
gsoc2013-evolution-75b309856071124362b06d2c77f09141a8caa619.tar.bz2
gsoc2013-evolution-75b309856071124362b06d2c77f09141a8caa619.tar.lz
gsoc2013-evolution-75b309856071124362b06d2c77f09141a8caa619.tar.xz
gsoc2013-evolution-75b309856071124362b06d2c77f09141a8caa619.tar.zst
gsoc2013-evolution-75b309856071124362b06d2c77f09141a8caa619.zip
Add `gnome-pthread-check.m4'. New file. Moved pthread check from
* Makefile.am (MACROS): Add `gnome-pthread-check.m4'. * gnome-pthread-check.m4: New file. Moved pthread check from gnome-x-checks.m4 to here. * gnome-objc-checks.m4: Use `gnome-pthread-check'. (OBJC_LIBS): New config var. * gnome-x-checks.m4: Add `AC_DEFINE(HAVE_LIBSM)' if `-lSM' is already part of `$x_libs'. Move pthread check to new file. - Hari svn path=/trunk/; revision=37
Diffstat (limited to 'macros/Makefile.am')
-rw-r--r--macros/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Makefile.am b/macros/Makefile.am
index 8896eb18ab..0ea65e484e 100644
--- a/macros/Makefile.am
+++ b/macros/Makefile.am
@@ -1,7 +1,7 @@
## Please update this variable if any new macros are created
MACROS= aclocal-include.m4 gnome-guile-checks.m4 \
gnome-objc-checks.m4 gnome-x-checks.m4 \
- gnome-support.m4 gnome.m4
+ gnome-support.m4 gnome-pthread-check.m4 gnome.m4
EXTRA_DIST=$(MACROS) autogen.sh macros.dep
MAINTAINERCLEANFILES=macros.dep