Changeset 454
- Timestamp:
- 04/09/07 02:20:36 (16 years ago)
- Files:
-
- trunk/libffado/libffado/Makefile.am (modified) (1 diff)
- trunk/libffado/src/ffado.cpp (modified) (1 diff)
- trunk/libffado/src/ffado_streaming.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/libffado/Makefile.am
r435 r454 1 # Makefile.am - Makefile template 2 # Copyright (C) 2005 by Daniel Wagner. 1 # Makefile.am 3 2 # 4 # This file is part of FreeBoB. 3 # Copyright (C) 2005-2007 by Daniel Wagner. 4 # Copyright (C) 2005-2007 by Pieter Palmers. 5 5 # 6 # FreeBoB is free software; you can redistribute it and/or modify 7 # it under the terms of the GNU General Public License as published by 8 # the Free Software Foundation; either version 2 of the License, or 9 # (at your option) any later version. 10 # FreeBoB is distributed in the hope that it will be useful, 6 # This file is part of FFADO. 7 # FFADO = Free Firewire (pro-)audio drivers for linux 8 # 9 # FFADO is based upon FreeBoB. 10 # 11 # FFADO is free software. 12 # 13 # you can redistribute and/or modify the library code 14 # under the terms of the GNU Lesser General Public License 15 # version 2.1, as published by the Free Software Foundation 16 # 17 # you can redistribute and/or modify the applications 18 # under the terms of the GNU General Public License 19 # version 2, as published by the Free Software Foundation 20 # 21 # FFADO is distributed in the hope that it will be useful, 11 22 # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 23 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 # GNU General Public License for more details. 14 # You should have received a copy of the GNU General Public License 15 # along with FreeBoB; if not, write to the Free Software 24 # GNU (Lesser) General Public License for more details. 25 # 26 # You should have received a copy of the GNU (Lesser) General Public License 27 # along with FFADO; if not, write to the Free Software 16 28 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 29 30 libffadoincludedir = $(includedir)/libffado 18 31 19 libfreebobincludedir = $(includedir)/libfreebob 20 21 libfreebobinclude_HEADERS = freebob.h freebob_streaming.h 32 libffadoinclude_HEADERS = ffado.h trunk/libffado/src/ffado.cpp
r445 r454 25 25 #include "config.h" 26 26 27 #include " libffado/ffado.h"27 #include "../libffado/ffado.h" 28 28 29 29 #include "debugmodule/debugmodule.h" trunk/libffado/src/ffado_streaming.cpp
r445 r454 26 26 */ 27 27 28 #include " libffado/ffado.h"28 #include "../libffado/ffado.h" 29 29 #include "devicemanager.h" 30 30 #include "iavdevice.h"