source: libcaca/branches/0.1/Makefile.am @ 3174

Last change on this file since 3174 was 207, checked in by Sam Hocevar, 20 years ago
  • AUTHORS NEWS: + Added these mandatory files.
  • doc/: + Wrote a Doxygen configuration file. + Added a manpage for caca-config(1), borrowed from sdl-config.
  • configure.ac: + Use new style AC_INIT. + Error out if no library was found. + Added *djgpp* to the list of non-PIC platforms. + Added checks for doxygen and latex.
File size: 381 bytes
Line 
1###############################################################################
2# Automake targets and declarations for libcaca
3###############################################################################
4
5SUBDIRS = src examples doc
6DIST_SUBDIRS = $(SUBDIRS) autotools debian
7
8EXTRA_DIST = BUGS bootstrap caca-config.in
9AUTOMAKE_OPTIONS = dist-bzip2
10
11bin_SCRIPTS = caca-config
12
Note: See TracBrowser for help on using the repository browser.