]> git.sesse.net Git - vlc/blob - modules/gui/Makefile.am
decoder: reorder to avoid forward declation, no functional changes
[vlc] / modules / gui / Makefile.am
1 guidir = $(pluginsdir)/gui
2 gui_LTLIBRARIES =
3
4 DIST_SUBDIRS += gui/macosx gui/minimal_macosx gui/qt4 gui/skins2 gui/macosx_dialog_provider gui/ios_dialog_provider
5
6 if ENABLE_MACOSX_UI
7 SUBDIRS += gui/macosx
8 endif
9 if ENABLE_MACOSX_DIALOG_PROVIDER
10 SUBDIRS += gui/macosx_dialog_provider
11 endif
12 if HAVE_IOS
13 SUBDIRS += gui/ios_dialog_provider
14 endif
15 if ENABLE_MINIMAL_MACOSX
16 SUBDIRS += gui/minimal_macosx
17 endif
18 if ENABLE_QT4
19 SUBDIRS += gui/qt4
20 endif
21 if BUILD_SKINS
22 SUBDIRS += gui/skins2
23 endif
24
25 libncurses_plugin_la_SOURCES = gui/ncurses.c
26 libncurses_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) $(NCURSES_CFLAGS)
27 libncurses_plugin_la_LIBADD = $(NCURSES_LIBS) $(LIBPTHREAD) $(LIBM)
28 if HAVE_NCURSES
29 gui_LTLIBRARIES += libncurses_plugin.la
30 endif
31
32 EXTRA_DIST += gui/eject.c