source: libcaca/trunk/Makefile.am @ 292

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
5SUBDIRS = src examples test doc
6DIST_SUBDIRS = $(SUBDIRS) autotools debian
7
8EXTRA_DIST = BUGS NOTES bootstrap caca-config.in
9AUTOMAKE_OPTIONS = dist-bzip2
10
11bin_SCRIPTS = caca-config
12
13doc_DATA = README BUGS TODO AUTHORS NEWS NOTES
14docdir = $(datadir)/doc/libcaca-dev
15
Note: See TracBrowser for help on using the repository browser.