source: libcaca/trunk/Makefile.am @ 536

Last change on this file since 536 was 536, checked in by Sam Hocevar, 17 years ago
  • Moved stuff around to differenciate between libcucul and libcaca.
  • Property svn:keywords set to Id
File size: 322 bytes
Line 
1# $Id: Makefile.am 536 2006-03-06 20:57:14Z sam $
2
3SUBDIRS = cucul caca examples test doc
4DIST_SUBDIRS = $(SUBDIRS) autotools debian msvc
5
6EXTRA_DIST = NOTES COPYING.LGPL bootstrap build-win32 caca-config.in libcaca.spec
7AUTOMAKE_OPTIONS = dist-bzip2
8
9bin_SCRIPTS = caca-config
10
11doc_DATA = README TODO AUTHORS NEWS NOTES THANKS
12docdir = $(datadir)/doc/libcaca-dev
13
Note: See TracBrowser for help on using the repository browser.