Third attempt to reorganize tree.
This commit is contained in:
parent
507991ac2b
commit
4a5945e67d
4 changed files with 32 additions and 0 deletions
23
src/lib/buses.h
Normal file
23
src/lib/buses.h
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
/**
|
||||||
|
* Public platform independent Near Field Communication (NFC) library
|
||||||
|
*
|
||||||
|
* Copyright (C) 2009, Roel Verdult
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify it
|
||||||
|
* under the terms of the GNU Lesser General Public License as published by the
|
||||||
|
* Free Software Foundation, either version 3 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 Lesser General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* @file buses.h
|
||||||
|
* @brief
|
||||||
|
*/
|
||||||
|
|
9
src/lib/buses/Makefile.am
Normal file
9
src/lib/buses/Makefile.am
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
# set the include path found by configure
|
||||||
|
INCLUDES= $(all_includes)
|
||||||
|
|
||||||
|
noinst_HEADERS = uart.h
|
||||||
|
noinst_LTLIBRARIES = libnfcbuses.la
|
||||||
|
libnfcbuses_la_SOURCES = uart.c
|
||||||
|
|
||||||
|
DISTCLEANFILES = Makefile.in
|
Loading…
Reference in a new issue