diff options
author | Jiri Vanek <[email protected]> | 2011-09-01 12:18:55 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2011-09-01 12:18:55 +0200 |
commit | be9d4a2f8b5399e806f69ad3ff08bbb5665492b9 (patch) | |
tree | fd389303acc8fef67198fb4182b33032eaf4165e /Makefile.am | |
parent | 55136f436dd81bba4e5d849efdfb61b14e47a531 (diff) |
made compatible with rhel5 libraries
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9b8b1d9..69cbfc7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -210,6 +210,7 @@ $(PLUGIN_DIR)/%.o: $(PLUGIN_SRCDIR)/%.cc mkdir -p $(PLUGIN_DIR) && \ cd $(PLUGIN_DIR) && \ $(CXX) $(CXXFLAGS) \ + $(DEFS) \ -DJDK_UPDATE_VERSION="\"$(JDK_UPDATE_VERSION)\"" \ -DPLUGIN_NAME="\"IcedTea-Web Plugin\"" \ -DPLUGIN_VERSION="\"$(PLUGIN_VERSION)\"" \ |