diff options
author | Luis Fernando Muñoz Mejías <Luis.Fernando.Munoz.Mejias@cern.ch> | 2009-03-25 18:16:25 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-03-25 18:48:36 +0100 |
commit | b8f10ad00853275045180738b91e90a80c7693cc (patch) | |
tree | 5e1a50b3f6b1e3b4ad64a4e28dc45837e40c7d11 /plugins/omoracle | |
parent | 97480eafbc67ec7e84497868a1777ce0d7881e6c (diff) | |
download | rsyslog-b8f10ad00853275045180738b91e90a80c7693cc.tar.gz rsyslog-b8f10ad00853275045180738b91e90a80c7693cc.tar.xz rsyslog-b8f10ad00853275045180738b91e90a80c7693cc.zip |
Include omoracle in the build system.
Add configure option to build the oracle support, named
--enable-oracle and fix the Makefile.am accordingly.
Diffstat (limited to 'plugins/omoracle')
-rw-r--r-- | plugins/omoracle/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/omoracle/Makefile.am b/plugins/omoracle/Makefile.am index 6b75218f..11257fb2 100644 --- a/plugins/omoracle/Makefile.am +++ b/plugins/omoracle/Makefile.am @@ -5,4 +5,4 @@ omoracle_la_CPPFLAGS = $(RSRT_CFLAGS) $(PTHREADS_CFLAGS) $(ORACLE_CFLAGS) omoracle_la_LDFLAGS = -module -avoid-version omoracle_la_LIBADD = $(ORACLE_LIBS) -EXTRA_DIST = +#EXTRA_DIST = |