source: zzuf/trunk/Makefile.am @ 2527

Last change on this file since 2527 was 2527, checked in by Sam Hocevar, 15 years ago
  • Build on HP-UX systems: disable unsupported warning flags, define _XOPEN_SOURCE_EXTENDED where appropriate, use AC_C_INLINE to avoid using the inline keyword when unsupported, and use #pragma INIT for library initialisation routines.
  • Property svn:keywords set to Id
File size: 165 bytes
RevLine 
[1657]1# $Id: Makefile.am 2527 2008-07-15 20:16:06Z sam $
[1463]2
[1521]3SUBDIRS = src test doc
4DIST_SUBDIRS = $(SUBDIRS)
[1463]5
[2527]6EXTRA_DIST = bootstrap AUTHORS m4/cflags.m4
7ACLOCAL_AMFLAGS = -I m4
[1463]8AUTOMAKE_OPTIONS = foreign dist-bzip2
9
Note: See TracBrowser for help on using the repository browser.