diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-10-01 10:27:44 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-10-01 10:27:44 +0200 |
commit | 1d609fc5ab9b5d1c89d5d7d8f321c4e8493b4437 (patch) | |
tree | 3220fc147f24f2524d315c2b8e7a139acde7c864 /plugins/omhdfs | |
parent | 7ac7ad166b82034eea4a37c1937ca5ddd618ec45 (diff) | |
download | rsyslog-1d609fc5ab9b5d1c89d5d7d8f321c4e8493b4437.tar.gz rsyslog-1d609fc5ab9b5d1c89d5d7d8f321c4e8493b4437.tar.xz rsyslog-1d609fc5ab9b5d1c89d5d7d8f321c4e8493b4437.zip |
omhdfs: some cleanup of build system
but still pretty ugly. Any java folks out there to help clean it up?
Diffstat (limited to 'plugins/omhdfs')
-rw-r--r-- | plugins/omhdfs/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/omhdfs/Makefile.am b/plugins/omhdfs/Makefile.am index 23fcf75a..2e7ef8ea 100644 --- a/plugins/omhdfs/Makefile.am +++ b/plugins/omhdfs/Makefile.am @@ -1,6 +1,7 @@ pkglib_LTLIBRARIES = omhdfs.la omhdfs_la_SOURCES = omhdfs.c -omhdfs_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS) -I/usr/lib/jvm/java-6-sun/include -I/usr/lib/jvm/java-6-sun/include/linux -omhdfs_la_LDFLAGS = -module -avoid-version -lhdfs -L/usr/lib/jvm/java-6-sun-1.6.0.20/jre/lib/amd64 -L/usr/lib/jvm/java-6-sun-1.6.0.20/jre/lib/amd64/server -ljava -ljvm -lverify +#omhdfs_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS) -I/usr/lib/jvm/java-6-sun/include -I/usr/lib/jvm/java-6-sun/include/linux +omhdfs_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS) $(JAVA_INCLUDES) +omhdfs_la_LDFLAGS = -module -avoid-version -lhdfs $(JAVA_LIBS) omhdfs_la_LIBADD = |