summaryrefslogtreecommitdiff
path: root/gdk/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-01-13 15:19:27 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-01-13 15:19:27 +0000
commit130b7826b565c9f569b30442499597580eaa68f5 (patch)
treec0db5e9085ef98e1a57f3796c6093c6b60f3e078 /gdk/Makefile.am
parent52a86bc677bd353320c2ae87417d399c1250afa8 (diff)
downloadgtk+-130b7826b565c9f569b30442499597580eaa68f5.tar.gz
Add an OS_LINUX conditional.
2005-01-13 Matthias Clasen <mclasen@redhat.com> * configure.in: Add an OS_LINUX conditional. * gdk/Makefile.am (TESTS): * gdk-pixbuf/Makefile.am (TESTS): * gtk/Makefile.am (TESTS): Only run abicheck on Linux. (#163917, Roger Leigh)
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r--gdk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index acd669f204..e6e7898df4 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -182,7 +182,7 @@ gdk.def: gdk.symbols
gdkalias.h: gdk.symbols
$(PERL) $(srcdir)/makegdkalias.pl < $(srcdir)/gdk.symbols > gdkalias.h
-if OS_UNIX
+if OS_LINUX
TESTS = abicheck.sh
endif