Last change
on this file since 2425 was
344,
checked in by Sam Hocevar, 17 years ago
|
- configure.ac:
+ Check for sys/times.h and unistd.h.
+ Added calls to AC_C_CONST and AC_C_INLINE.
- src/time.c src/graphics.c:
+ Fixes for MSVC compilation warnings.
+ Additional sanity checks in the Win32 driver.
- src/caca.c:
+ Use raw()/noraw() in the curses driver instead of cbreak().
- msvc/libcaca.sln:
+ Added an MSVC solution.
- examples/aafire.c:
+ Slightly reduced the maximum cacafire framerate.
|
-
Property svn:keywords set to
Id
|
File size:
312 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 344 2004-01-13 09:55:32Z sam $ |
---|
2 | |
---|
3 | SUBDIRS = src examples test doc |
---|
4 | DIST_SUBDIRS = $(SUBDIRS) autotools debian msvc |
---|
5 | |
---|
6 | EXTRA_DIST = BUGS NOTES bootstrap build-win32 caca-config.in libcaca.spec |
---|
7 | AUTOMAKE_OPTIONS = dist-bzip2 |
---|
8 | |
---|
9 | bin_SCRIPTS = caca-config |
---|
10 | |
---|
11 | doc_DATA = README BUGS TODO AUTHORS NEWS NOTES THANKS |
---|
12 | docdir = $(datadir)/doc/libcaca-dev |
---|
13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.