Changeset c8b59ecdd5e8110647d5864e22d75ef92861d449
- Timestamp:
- 02/10/08 20:02:22
(5 months ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1202670142 +0000
- git-parent:
[4629d221bab3e49b0bf645fd72024d723aeddeaf]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1202670142 +0000
- Message:
Fix compilation. We can't use config_* in mozilla so use the -DDATAPATH
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra82cb9c |
rc8b59ec |
|
| 164 | 164 | # |
|---|
| 165 | 165 | |
|---|
| | 166 | CPPFLAGS_mozilla_EXTRA = -DDATA_PATH=\"$(pkgdatadir)\" |
|---|
| | 167 | |
|---|
| 166 | 168 | npvlc_LTLIBRARIES = libvlcplugin.la |
|---|
| 167 | 169 | |
|---|
| … | … | |
| 171 | 173 | |
|---|
| 172 | 174 | libvlcplugin_la_SOURCES = $(SOURCES_mozilla_common) $(SOURCES_support) |
|---|
| 173 | | libvlcplugin_la_CFLAGS = `$(VLC_CONFIG) --cflags mozilla` |
|---|
| 174 | | libvlcplugin_la_CXXFLAGS = `$(VLC_CONFIG) --cxxflags mozilla` |
|---|
| | 175 | libvlcplugin_la_CFLAGS = `$(VLC_CONFIG) --cflags mozilla` $(CPPFLAGS_mozilla_EXTRA) |
|---|
| | 176 | libvlcplugin_la_CXXFLAGS = `$(VLC_CONFIG) --cxxflags mozilla` $(CPPFLAGS_mozilla_EXTRA) |
|---|
| 175 | 177 | libvlcplugin_la_LDFLAGS = `$(VLC_CONFIG) --ldflags mozilla` -module -avoid-version -shrext $(LIBEXT) |
|---|
| 176 | 178 | libvlcplugin_la_LIBADD = $(LIBRARIES_libvlc) `$(VLC_CONFIG) -libs mozilla` |
|---|