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
ceba8717
Commit
ceba8717
authored
Nov 12, 2006
by
Filippo Carone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dirty fix to correctly link libvlc-control during make
parent
e131931f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bindings/java/Makefile.am
bindings/java/Makefile.am
+2
-2
No files found.
bindings/java/Makefile.am
View file @
ceba8717
...
...
@@ -47,13 +47,13 @@ JINCLUDES = -I${JAVA_HOME}/include -I${JAVA_HOME}/include/win32
LIBJINCLUDES
=
-L
${JAVA_HOME}
/lib
-ljawt
JCH
=
javah
JAVACXXFLAGS
=
`
top_builddir
=
../.. ../../vlc-config
--cflags
pic
`
-I
../../
-I
../../include
$(JINCLUDES)
JAVALDFLAGS
=
-mno-cygwin
-L
../../src
-
lvlc
-lvlc-control
`
top_builddir
=
../.. ../../vlc-config
--libs
builtin
vlc pic external
`
-Wl
,--kill-at
JAVALDFLAGS
=
-mno-cygwin
-L
../../src
-
L
../../src/.libs
-lvlc-control
`
top_builddir
=
../.. ../../vlc-config
--libs
builtin
vlc pic external
`
-Wl
,--kill-at
else
JINCLUDES
=
-I
$(JAVA_HOME)
/include
-I
$(JAVA_HOME)
/include/linux
LIBJINCLUDES
=
-L
$(JAVA_HOME)
/jre/lib/
$(PROCESSOR_FAMILY)
-ljawt
JCH
=
gcjh
-jni
JAVACXXFLAGS
=
`
top_builddir
=
../.. ../../vlc-config
--cflags
pic
`
-I
../../
-I
../../include
$(JINCLUDES)
JAVALDFLAGS
=
-L
../../src
-
lvlc
-lvlc-control
`
top_builddir
=
../.. ../../vlc-config
--libs
builtin
vlc pic external
`
JAVALDFLAGS
=
-L
../../src
-
L
../../src/.libs
-lvlc-control
`
top_builddir
=
../.. ../../vlc-config
--libs
builtin
vlc pic external
`
endif
export
JINCLUDES
...
...
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