summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* make all cflags and libs variables uppercaseMichael Biebl2009-02-241-2/+2
| | | | | | pkg-config uses uppercase for its _CFLAGS and _LIBS variable names. So we follow suit and convert all _cflags and _libs variables to uppercase for more consistency.
* added a samll diagnostic tool to obtain result of gethostname() APIRainer Gerhards2008-07-161-1/+5
|
* begun building a testbenchRainer Gerhards2008-06-131-16/+1
|
* Fix linker flags for librsyslog and rsyslogdMichael Biebl2008-06-111-1/+1
| | | | | | | | | | Use $(dl_libs) and $(rt_libs) instead of -ldl and -lrt. This ensures that rsyslog can be successfully built on *BSD. Don't like rsyslogd against $(dl_libs) and $(rt_libs) anymore. This functionality is now in librsyslog. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* fixed problem with man pages thanks to Michael Biebl's helpRainer Gerhards2008-05-061-2/+2
|
* file dirty.h was missing - thanks to darix for pointing this outRainer Gerhards2008-05-061-0/+2
|
* added forgotten fileRainer Gerhards2008-04-241-0/+42