summaryrefslogtreecommitdiffstats
path: root/libsmartcols/samples/Makemodule.am
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: add and use openat build conditionalsRuediger Meier2016-03-071-1/+3
| | | | Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* build-sys: disable unused parameter warnings for some test progsRuediger Meier2016-02-231-8/+12
| | | | Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* build-sys: always add AM_CFLAGSRuediger Meier2016-02-231-4/+4
| | | | | | | | We were missing our nice compliler warnings for many programs and libs. See next commits how many trivial and non-trival warnings have to be fixed. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* build-sys: always use global LDADDRuediger Meier2016-02-231-4/+4
| | | | | | | | This was a major showstopper when building on a system where LTLIBINTL libs are needed (e.g. OSX). Maybe there are a few test programs which wouldn't need LDADD ... never mind. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* libsmartcols: add sample-scols-continuousKarel Zak2016-02-191-1/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libsmartcols: add wrap.c sampleKarel Zak2016-01-251-1/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libsmartcols: fix samples build, add title.cKarel Zak2016-01-251-0/+12
Signed-off-by: Karel Zak <kzak@redhat.com>