]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/Modules.am
Qt4 - Typo correction.
[vlc] / modules / gui / wxwidgets / Modules.am
index 7b4fb96c24396e6f9967670ac820b7bb6eb54505..16e118ac696da70202324ee8f47c5c69e1ecf62e 100644 (file)
@@ -1,30 +1,68 @@
 SOURCES_wxwidgets = \
        wxwidgets.cpp \
-       wxwidgets.h \
-       interface.cpp \
-       extrapanel.cpp \
-       dialogs.cpp \
-       open.cpp \
-       streamout.cpp \
-       wizard.cpp \
+       wxwidgets.hpp \
        streamdata.h \
        streamdata.cpp \
-       messages.cpp \
-       playlist.cpp \
-       iteminfo.cpp \
+       interface.cpp \
+       extrapanel.cpp \
        menus.cpp \
-       preferences.cpp \
-       preferences_widgets.cpp \
-       preferences_widgets.h \
        timer.cpp \
-       fileinfo.cpp \
-       updatevlc.cpp \
-       subtitles.cpp \
-       bookmarks.cpp \
        video.cpp \
+       input_manager.cpp \
+       playlist_manager.cpp \
+       dialogs.cpp \
+       dialogs/open.cpp \
+       dialogs/interaction.cpp \
+       dialogs/streamout.cpp \
+       dialogs/wizard.cpp \
+       dialogs/messages.cpp \
+       dialogs/playlist.cpp \
+       dialogs/iteminfo.cpp \
+       dialogs/infopanels.cpp \
+       dialogs/preferences.cpp \
+       dialogs/preferences_widgets.cpp \
+       dialogs/preferences_widgets.h \
+       dialogs/fileinfo.cpp \
+       dialogs/updatevlc.cpp \
+       dialogs/subtitles.cpp \
+       dialogs/bookmarks.cpp \
+       dialogs/vlm/vlm_slider_manager.cpp \
+       dialogs/vlm/vlm_slider_manager.hpp \
+       dialogs/vlm/vlm_stream.cpp \
+       dialogs/vlm/vlm_stream.hpp \
+       dialogs/vlm/vlm_wrapper.hpp \
+       dialogs/vlm/vlm_wrapper.cpp \
+       dialogs/vlm/vlm_streampanel.cpp \
+       dialogs/vlm/vlm_streampanel.hpp \
+       dialogs/vlm/vlm_panel.cpp \
+       dialogs/vlm/vlm_panel.hpp
        $(NULL)
 
 EXTRA_DIST += \
+       interface.hpp \
+       extrapanel.hpp \
+       timer.hpp \
+       video.hpp \
+       input_manager.hpp \
+       playlist_manager.hpp \
+       dialogs/fileinfo.hpp \
+       dialogs/preferences.hpp \
+       dialogs/wizard.hpp \
+       dialogs/vlm/vlm_streampanel.hpp \
+       dialogs/vlm/vlm_stream.hpp \
+       dialogs/vlm/vlm_panel.hpp \
+       dialogs/vlm/vlm_slider_manager.hpp \
+       dialogs/vlm/vlm_wrapper.hpp \
+       dialogs/playlist.hpp \
+       dialogs/interaction.hpp \
+       dialogs/open.hpp \
+       dialogs/messages.hpp \
+       dialogs/iteminfo.hpp \
+       dialogs/infopanels.hpp \
+       dialogs/subtitles.hpp \
+       dialogs/streamout.hpp \
+       dialogs/updatevlc.hpp \
+       dialogs/bookmarks.hpp \
        bitmaps/advanced.xpm \
        bitmaps/audio.xpm \
        bitmaps/codec.xpm \
@@ -35,6 +73,7 @@ EXTRA_DIST += \
        bitmaps/next.xpm \
        bitmaps/pause.xpm \
        bitmaps/playlist.xpm \
+       bitmaps/playlist_small.xpm \
        bitmaps/play.xpm \
        bitmaps/prev.xpm \
        bitmaps/repeat.xpm \
@@ -43,6 +82,8 @@ EXTRA_DIST += \
        bitmaps/speaker_mute.xpm \
        bitmaps/speaker.xpm \
        bitmaps/stop.xpm \
+       bitmaps/trash.xpm \
+       bitmaps/edit.xpm \
        bitmaps/type_afile.xpm \
        bitmaps/type_card.xpm \
        bitmaps/type_cdda.xpm \
@@ -53,4 +94,9 @@ EXTRA_DIST += \
        bitmaps/type_playlist.xpm \
        bitmaps/type_unknown.xpm \
        bitmaps/type_vfile.xpm \
+       bitmaps/update_ascii.xpm \
+       bitmaps/update_binary.xpm \
+       bitmaps/update_document.xpm \
+       bitmaps/update_info.xpm \
+       bitmaps/update_source.xpm \
        bitmaps/video.xpm