aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2024-07-04Makefile.am: Fix udev rule name in EXTRA_DISTHEADmasterMarc Schink1-1/+1
Signed-off-by: Marc Schink <dev@zapb.de>
2020-05-31Makefile.am: Add README.md to EXTRA_DISTMarc Schink1-1/+1
Signed-off-by: Marc Schink <dev@zapb.de>
2016-11-07Makefile.am: Remove README from EXTRA_DISTMarc Schink1-1/+1
The README file is always automatically distributed. For more information, see: https://www.gnu.org/software/automake/manual/html_node/Basics-of-Distribution.html Signed-off-by: Marc Schink <jaylink-dev@marcschink.de>
2016-11-07Makefile.am: Add HACKING to EXTRA_DISTMarc Schink1-1/+1
Signed-off-by: Marc Schink <jaylink-dev@marcschink.de>
2016-11-05Doxyfile: Set PROJECT_NUMBER to current package versionMarc Schink1-1/+1
Signed-off-by: Marc Schink <jaylink-dev@marcschink.de>
2015-12-03Add initial README fileMarc Schink1-1/+1
2015-05-05Add udev rules.Marc Schink1-1/+1
2015-05-05Makefile.am: Add Doxyfile to EXTRA_DIST.Marc Schink1-0/+2
2015-04-17configure.ac: Add option for sub-project build.Marc Schink1-1/+3
This patch adds the --enable-subproject-build option to build libjaylink as libtool convenience library and to disable the installation. This enables the integration of libjaylink as sub-project of another project.
2015-03-23Change license to GPLv2+.Marc Schink1-1/+1
2015-03-02Add pkg-config support.Marc Schink1-0/+3
These changes allow compiling and linking against libjaylink with an invocation like `pkg-config --cflags --libs libjaylink`.
2015-03-02Initial commit.Marc Schink1-0/+21
Basic structure of the library which supports enumeration of J-Link USB devices.