diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2002-08-23 06:39:37 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2002-08-23 06:39:37 +0000 |
commit | e2bde2bfb2478081c625576729e0e1afe80d9b84 (patch) | |
tree | 41d30cee1bbad1fd1b92d08815d061dd45de19f8 /flac.pbproj/Makefile.am | |
parent | 1180f23006549b8479bd32e2ae3de1e03b227ae5 (diff) | |
download | flac-e2bde2bfb2478081c625576729e0e1afe80d9b84.tar.gz |
initial import
Diffstat (limited to 'flac.pbproj/Makefile.am')
-rw-r--r-- | flac.pbproj/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/flac.pbproj/Makefile.am b/flac.pbproj/Makefile.am new file mode 100644 index 00000000..838e14a0 --- /dev/null +++ b/flac.pbproj/Makefile.am @@ -0,0 +1,19 @@ +# FLAC - Free Lossless Audio Codec +# Copyright (C) 2002 Josh Coalson +# +# This program is part of FLAC; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +EXTRA_DIST = \ + project.pbxproj |