Last change
on this file since 292 was
292,
checked in by Sam Hocevar, 19 years ago
|
- Makefile.am:
+ Added a test directory for test programs.
- test/dithering.c:
+ The value/saturation dithering example.
|
File size:
476 bytes
|
Line | |
---|
1 | ############################################################################### |
---|
2 | # Automake targets and declarations for libcaca |
---|
3 | ############################################################################### |
---|
4 | |
---|
5 | SUBDIRS = src examples test doc |
---|
6 | DIST_SUBDIRS = $(SUBDIRS) autotools debian |
---|
7 | |
---|
8 | EXTRA_DIST = BUGS NOTES bootstrap caca-config.in |
---|
9 | AUTOMAKE_OPTIONS = dist-bzip2 |
---|
10 | |
---|
11 | bin_SCRIPTS = caca-config |
---|
12 | |
---|
13 | doc_DATA = README BUGS TODO AUTHORS NEWS NOTES |
---|
14 | docdir = $(datadir)/doc/libcaca-dev |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.