1# vim:tw=78 2# ReZound src/Makefile.am Written by Anthony Ventimiglia 3## Process this file with automake to create Makefile.in 4## 5## 6## Copyright (C) 2002 - Anthony Ventimiglia 7## 8## This file is part of ReZound, an audio editing application, 9## 10## ReZound is free software; you can redistribute it and/or modify it under the 11## terms of the GNU General Public License as published by the Free Software 12## Foundation; either version 2 of the License, or (at your option) any later 13## version. 14## 15## ReZound is distributed in the hope that it will be useful, but WITHOUT ANY 16## WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 17## A PARTICULAR PURPOSE. See the GNU General Public License for more details. 18## 19## You should have received a copy of the GNU General Public License along with 20## this program; if not, write to the Free Software Foundation, Inc., 59 Temple 21## Place - Suite 330, Boston, MA 02111-1307, USA 22 23include $(top_srcdir)/config/am_include.mk 24 25SUBDIRS=\ 26 misc \ 27 PoolFile \ 28 backend \ 29 frontend_fox 30 31EXTRA_DIST=\ 32 images 33 34