summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter2016-11-291-108/+0
| | | | | | | | | This repository has moved to GitHub to allow further contributions and more flexibility who can merge changes. More details here: https://lists.freedesktop.org/archives/p11-glue/2016-November/000626.html
* makefile: Rename DATADIR to not conflict with Win32 defineMichael Cronenworth2014-10-051-1/+1
| | | | Signed-off-by: Michael Cronenworth <mike@cchtml.com>
* remote: Run separate executable binary for 'p11-kit remote'Stef Walter2014-10-021-0/+1
| | | | | This allows security frameworks like SELinux or AppArmor to target it specifically.
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-151-16/+50
| | | | Still use recursive for documentation and translation.
* Fix 'make upload-release' targetStef Walter2014-08-141-2/+2
|
* po: Add new translations: ocStef Walter2014-08-071-1/+1
|
* distcheck: Build with optimizations so we get proper warningsStef Walter2014-01-141-1/+3
|
* Build in srcdir != builddir fashion by defaultStef Walter2014-01-141-2/+2
| | | | Naturally this doesn't apply to tarballs
* Reorganize various componentsStef Walter2013-06-251-1/+0
| | | | | | | * p11-kit library and tool in the p11-kit/ subdirectory * trust module and new trust tool in trust/ subdirectory * No more tools/ subdirectory * Lots less in the common/ subdirectory
* Add a bit of infrastructure for running valgrindStef Walter2013-03-201-0/+2
| | | | | * make memcheck: Runs basic memory checking * make leakcheck: Also runs leak checking
* Don't overwrite the build directory when uploading documentationStef Walter2013-03-141-1/+1
|
* doc: Move manual into doc/manual subdirectoryStef Walter2013-03-121-1/+1
|
* Document and put code coverage onlineStef Walter2013-03-081-4/+12
| | | | | * Document our testing practices * Put lcov code coverage output online
* Pull translations from transifexStef Walter2013-02-131-0/+3
| | | | | | * Build a script to help with this https://bugs.freedesktop.org/show_bug.cgi?id=60792
* Add basic trust moduleStef Walter2013-02-051-0/+7
| | | | | | This is based off the roots-store from gnome-keyring and loads certificates from a root directory and exposes them as PKCS#11 objects.
* Change the documentation configure arg to --enable-docStef Walter2013-02-051-1/+1
| | | | * We're building more than just the gtk-doc reference
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-091-6/+7
| | | | | | | | | | | Start using p11_ as our internal prefix rather than _p11_. We explicitly export p11_kit_ so this is fine as far as visibility. Move the threading, mutex, and module compat, dict, and array code into the common directory too. Take this opportunity to clean up a bit of internal API as well, since so many lines are being touched internally.
* Distribute HACKING in the tarballStef Walter2013-01-081-1/+3
|
* Bump version number, and tweak upload procedureStef Walter2011-07-071-1/+2
|
* Make target for uploading release.Stef Walter2011-06-071-0/+3
|
* Fix problems with 'make distcheck'Stef Walter2011-05-271-0/+4
|
* Add basic tool for p11-kit.Stef Walter2011-04-051-0/+1
| | | | | List modules: $ p11-kit -l
* Add make target for uploading docs.Stef Walter2011-03-311-0/+6
|
* Documentation and API cleanup.Stef Walter2011-03-311-1/+5
| | | | | | * Rename source directory * More consistent with return values from URI functions. * Allow formatting URI to take a uri type.
* The start of some documentation.Stef Walter2011-03-031-1/+1
|
* Add p11_kit_strerror() method and internationalization.Stef Walter2011-02-181-1/+3
|
* Add testing and start testing hash table functionality.Stef Walter2011-01-261-1/+11
|
* Initial implementation of p11-unityStef Walter2011-01-211-0/+18