git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b96c13d
)
Avoid automake getting confused by the ../..
author
Christophe Mutricy
<xtophe@videolan.org>
Mon, 15 Oct 2007 21:10:57 +0000
(21:10 +0000)
committer
Christophe Mutricy
<xtophe@videolan.org>
Mon, 15 Oct 2007 21:10:57 +0000
(21:10 +0000)
mozilla/Makefile.am
patch
|
blob
|
history
diff --git
a/mozilla/Makefile.am
b/mozilla/Makefile.am
index
d72c038
..
dfa6a99
100644
(file)
--- a/
mozilla/Makefile.am
+++ b/
mozilla/Makefile.am
@@
-174,7
+174,8
@@
libvlcplugin_la_CFLAGS = `$(VLC_CONFIG) --cflags mozilla`
libvlcplugin_la_CXXFLAGS = `$(VLC_CONFIG) --cxxflags mozilla`
libvlcplugin_la_LDFLAGS = `$(VLC_CONFIG) --ldflags mozilla` -module -avoid-version -shrext $(LIBEXT)
libvlcplugin_la_LIBADD = `$(VLC_CONFIG) -libs mozilla` $(LIBRARIES_libvlc)
-
+# automake gets confused by the ../..
+libvlcplugin_la_DEPENDENCIES = $(AM_LIBADD)
endif
endif
endif