summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2011-01-21 20:35:20 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2011-01-21 20:35:20 +0000
commit38f169113ef219cdb4dcc36a94a5a53a863a91fd (patch)
treec28ca307cf1710090308d78b23b25ea9cb3c50e4 /Makefile.am
parente34c6fd187360b2427547772f1e9013bcb519b3d (diff)
Support for HP-UX.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 69d321a1..717628a5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.8 2011-01-07 15:09:04 tcunha Exp $
+# $Id: Makefile.am,v 1.9 2011-01-21 20:35:20 nicm Exp $
# Obvious program stuff.
bin_PROGRAMS = tmux
@@ -12,6 +12,9 @@ dist-hook:
grep "^#found_debug=" configure
find $(distdir) -name CVS -type d|xargs rm -Rf
+# Preprocessor flags.
+CPPFLAGS += @XOPEN_DEFINES@
+
# glibc as usual does things ass-backwards and hides useful things by default,
# so everyone has to add this.
if IS_GLIBC