~ubuntu-branches/ubuntu/natty/vlc/natty

« back to all changes in this revision

Viewing changes to modules/gui/macosx_dialog_provider/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-06-25 01:09:16 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20100625010916-asxhep2mutg6g6pd
Tags: 1.1.0-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - build and install the libx264 plugin
  - add Xb-Npp header to vlc package
  - Add apport hook to include more vlc dependencies in bug reports
* Drop xulrunner patches.
* Drop 502_xulrunner_191.diff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# modules/gui/macosx_dialog_provider/Makefile.am automatically generated from modules/gui/macosx_dialog_provider/Modules.am by modules/genmf
 
2
# DO NOT EDIT THIS FILE DIRECTLY! See Modules.am instead.
 
3
 
 
4
basedir = gui
 
5
dir = gui/macosx_dialog_provider
 
6
mods = macosx_dialog_provider
 
7
libvlc_LTLIBRARIES =  $(LTLIBmacosx_dialog_provider)
 
8
EXTRA_LTLIBRARIES =  libmacosx_dialog_provider_plugin.la
 
9
 
 
10
include $(top_srcdir)/modules/common.am
 
11
 
 
12
# The macosx_dialog_provider plugin
 
13
libmacosx_dialog_provider_plugin_la_SOURCES = $(SOURCES_macosx_dialog_provider)
 
14
nodist_libmacosx_dialog_provider_plugin_la_SOURCES = $(nodist_SOURCES_macosx_dialog_provider)
 
15
# Force per-target objects:
 
16
libmacosx_dialog_provider_plugin_la_CFLAGS = $(AM_CFLAGS)
 
17
libmacosx_dialog_provider_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)
 
18
libmacosx_dialog_provider_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)
 
19
# Set LIBADD and DEPENDENCIES manually:
 
20
libmacosx_dialog_provider_plugin_la_LIBADD = $(AM_LIBADD)
 
21
libmacosx_dialog_provider_plugin_la_DEPENDENCIES = $(top_srcdir)/src/libvlccore.sym
 
22