source: libcaca/branches/0.6/Makefile.am @ 1275

Last change on this file since 1275 was 301, checked in by Sam Hocevar, 19 years ago
  • libcaca.spec: + RPM specfile, courtesy of Richard Zidlicky.
  • THANKS: + Added a THANKS file for contributors.
File size: 496 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 libcaca.spec
9AUTOMAKE_OPTIONS = dist-bzip2
10
11bin_SCRIPTS = caca-config
12
13doc_DATA = README BUGS TODO AUTHORS NEWS NOTES THANKS
14docdir = $(datadir)/doc/libcaca-dev
15
Note: See TracBrowser for help on using the repository browser.