Changeset c8b59ecdd5e8110647d5864e22d75ef92861d449

Show
Ignore:
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
  • projects/mozilla/Makefile.am

    ra82cb9c rc8b59ec  
    164164# 
    165165 
     166CPPFLAGS_mozilla_EXTRA = -DDATA_PATH=\"$(pkgdatadir)\" 
     167 
    166168npvlc_LTLIBRARIES = libvlcplugin.la 
    167169 
     
    171173 
    172174libvlcplugin_la_SOURCES = $(SOURCES_mozilla_common) $(SOURCES_support) 
    173 libvlcplugin_la_CFLAGS = `$(VLC_CONFIG) --cflags mozilla` 
    174 libvlcplugin_la_CXXFLAGS = `$(VLC_CONFIG) --cxxflags mozilla` 
     175libvlcplugin_la_CFLAGS = `$(VLC_CONFIG) --cflags mozilla` $(CPPFLAGS_mozilla_EXTRA) 
     176libvlcplugin_la_CXXFLAGS = `$(VLC_CONFIG) --cxxflags mozilla` $(CPPFLAGS_mozilla_EXTRA) 
    175177libvlcplugin_la_LDFLAGS = `$(VLC_CONFIG) --ldflags mozilla` -module -avoid-version -shrext $(LIBEXT) 
    176178libvlcplugin_la_LIBADD = $(LIBRARIES_libvlc) `$(VLC_CONFIG) -libs mozilla`