summaryrefslogtreecommitdiffstats
path: root/plugins/imklog/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* refactored imklog linux driver, now combined with BSD driverRainer Gerhards2012-01-231-2/+1
| | | | | | | The Linux driver no longer supports outdated kernel symbol resolution, which was disabled by default for very long. Also overall cleanup, resulting in much smaller code. Linux and BSD are now covered by a single small driver.
* first version of imsolaris created, cleanup for solaris doneRainer Gerhards2010-04-151-4/+0
| | | | more cleanup required, but things now basically work
* interim commit: imklog/solaris compiles, but does not workRainer Gerhards2010-03-261-1/+1
| | | | | saving this area of work, because some further clarification is needed. Do not try to run the current imklog, it will fail.
* added some starting point for a solaris imklog driverRainer Gerhards2010-03-251-0/+4
| | | | ... far from being functional at this time!
* make all cflags and libs variables uppercaseMichael Biebl2009-02-241-1/+1
| | | | | | 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.
* made everything compile with the new runtime subdirectoryRainer Gerhards2008-04-161-1/+1
|
* removed trailing whitespaceRainer Gerhards2008-04-101-1/+1
|
* Add ENABLE_IMKLOG_LINUXMichael Biebl2008-04-101-2/+3
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* fixed build system for BSDRainer Gerhards2008-04-091-4/+4
| | | | | | It's a hack, but at least it works now - on BSD. Will check later if it is fine on Linux, too. Any better method of doing things is happily accepted ;)
* updated build system to detect correct klog driverRainer Gerhards2008-04-091-1/+10
|
* changed imklog to a driver interfaceRainer Gerhards2008-04-081-1/+1
| | | | | | imklog now uses os-specific drivers. The initial "set" contains the linux driver. This is a prequisite for BSD klog, which can now be implemented on that driver interface.
* applied patch from Michael Biebl to clean up build systemRainer Gerhards2008-03-061-2/+2
|
* added --enable-mudflap ./configure optionRainer Gerhards2008-01-081-2/+2
|
* applied Michael Biebl's patch to clean up the makefilesRainer Gerhards2008-01-031-4/+2
|
* begun imklog, replacing klogd.c (finally we get rid of it...)Rainer Gerhards2007-12-171-0/+8