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
|
Line | |
---|
1 | # $Id: Makefile.am 2527 2008-07-15 20:16:06Z sam $ |
---|
2 | |
---|
3 | SUBDIRS = src test doc |
---|
4 | DIST_SUBDIRS = $(SUBDIRS) |
---|
5 | |
---|
6 | EXTRA_DIST = bootstrap AUTHORS m4/cflags.m4 |
---|
7 | ACLOCAL_AMFLAGS = -I m4 |
---|
8 | AUTOMAKE_OPTIONS = foreign dist-bzip2 |
---|
9 | |
---|
Note: See
TracBrowser
for help on using the repository browser.