Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
1a077e01
Commit
1a077e01
authored
Apr 16, 2007
by
Filippo Carone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
java compilation is javac friendly
parent
cff71493
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
bindings/java/Makefile.am
bindings/java/Makefile.am
+3
-3
configure.ac
configure.ac
+4
-0
No files found.
bindings/java/Makefile.am
View file @
1a077e01
...
...
@@ -50,8 +50,8 @@ export LIBJINCLUDES
# Build targets
%.class
:
%.java
$(JAVAC)
$?
%.class
:
%.java
$(JAVAC)
$?
VlcClient
:
$(OBJECTS)
$(JAVAC)
VlcClient.java
...
...
@@ -62,6 +62,6 @@ VLCExample: $(OBJECTS)
all-am
:
VlcClient VLCExample
clean-local
:
rm
-f
*
.class
*
~ org/videolan/jvlc/
*
.class
org_videolan
*
.h
src/
*
.o
*
.so
*
.o
*
.dll
rm
-f
*
.class
*
~ org/videolan/jvlc/
*
.class src/
*
.o
*
.so
*
.o
*
.dll
endif
configure.ac
View file @
1a077e01
...
...
@@ -5584,6 +5584,10 @@ then
AC_PROG_JAVAC
AC_PROG_JAVA
PLUGINS_BINDINGS="${PLUGINS_BINDINGS} java"
if test "${JAVAC}" == "javac"
then
JAVAC="javac -cp ./ "
fi
fi
AM_CONDITIONAL(BUILD_JAVA, [test "${enable_java_bindings}" = "yes"])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment