Commit Graph

13 Commits (e72957b7c96c10f8b1e5ea989f676581d6991fe5)

Author SHA1 Message Date
Pavel Roskin 59a5fb0ddb Move headers from EXTRA_DIST to sources, sort alphabetically
There should be no functional difference.
9 years ago
Pavel Roskin 00e70a5c54 Use standard autotools means to detect X11
Use AC_PATH_XTRA to search for X11 in configure.ac. In Makefiles, add
X_CFLAGS to AM_CFLAGS for the source compilation. Add X_LIBS to LDFLAGS.
Add X_PRE_LIBS and X_EXTRA_LIBS to LDADD.

With this patch, X Windows system is correctly detected on Mac OS X.
9 years ago
Pavel Roskin a452d8d36a Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS
AM_CPPFLAGS is for flags passed to the preprocessor, such as defines and
includes. AM_CFLAGS is for flags affecting the compiler, such as debug
and optimization settings.

INCLUDES is an obsolete name. Users can pass INCLUDES and break
compilation. AM_CPPFLAGS is more explicit that the flags come from
Automake and should not be overridden.
9 years ago
Philipp Hahn 8f5005f43e sesman/tools: Disable debug tools
sestest and xcon look like debugging tools.
Don't install them by default.
12 years ago
Jay Sorg 17ee0e3aed sesman/tools: added xcon 13 years ago
Jay Sorg 58f5dcc030 autotools: change top_srcdir to top_builddir for LIBADD 13 years ago
Jay Sorg 8146a27fe3 added disconnect tool 14 years ago
Itamar Reis Peixoto 6b08b8b71e include missing files in make dist 14 years ago
jsorg71 23ffdb0c5f autotools fix and file_loc.h simplified 16 years ago
jsorg71 c3c6b39e3d fix for older auto tools 17 years ago
ilsimo 7c79298612 added first management code
added a rough management tool
fixes in session.c
17 years ago
jsorg71 fa30584146 common change 17 years ago
jsorg71 e2ddf85628 adding autotools 17 years ago