Commit 83029b9d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: Reindent Makefile.am

parent 13fc7068
...@@ -40,7 +40,7 @@ libqt4_plugin_la_SOURCES = \ ...@@ -40,7 +40,7 @@ libqt4_plugin_la_SOURCES = \
input_manager.cpp input_manager.hpp \ input_manager.cpp input_manager.hpp \
actions_manager.cpp actions_manager.hpp \ actions_manager.cpp actions_manager.hpp \
extensions_manager.cpp extensions_manager.hpp \ extensions_manager.cpp extensions_manager.hpp \
managers/addons_manager.cpp managers/addons_manager.hpp \ managers/addons_manager.cpp managers/addons_manager.hpp \
recents.cpp recents.hpp \ recents.cpp recents.hpp \
adapters/seekpoints.cpp adapters/seekpoints.hpp \ adapters/seekpoints.cpp adapters/seekpoints.hpp \
adapters/chromaprint.cpp adapters/chromaprint.hpp \ adapters/chromaprint.cpp adapters/chromaprint.hpp \
...@@ -73,7 +73,7 @@ libqt4_plugin_la_SOURCES = \ ...@@ -73,7 +73,7 @@ libqt4_plugin_la_SOURCES = \
components/info_widgets.cpp components/info_widgets.hpp \ components/info_widgets.cpp components/info_widgets.hpp \
components/preferences_widgets.cpp components/preferences_widgets.hpp \ components/preferences_widgets.cpp components/preferences_widgets.hpp \
components/complete_preferences.cpp \ components/complete_preferences.cpp \
components/complete_preferences.hpp \ components/complete_preferences.hpp \
components/simple_preferences.cpp components/simple_preferences.hpp \ components/simple_preferences.cpp components/simple_preferences.hpp \
components/open_panels.cpp components/open_panels.hpp \ components/open_panels.cpp components/open_panels.hpp \
components/interface_widgets.cpp components/interface_widgets.hpp \ components/interface_widgets.cpp components/interface_widgets.hpp \
...@@ -89,18 +89,18 @@ libqt4_plugin_la_SOURCES = \ ...@@ -89,18 +89,18 @@ libqt4_plugin_la_SOURCES = \
components/playlist/ml_model.cpp components/playlist/ml_model.hpp \ components/playlist/ml_model.cpp components/playlist/ml_model.hpp \
components/playlist/vlc_model.cpp components/playlist/vlc_model.hpp \ components/playlist/vlc_model.cpp components/playlist/vlc_model.hpp \
components/playlist/playlist_model.cpp \ components/playlist/playlist_model.cpp \
components/playlist/playlist_model.hpp \ components/playlist/playlist_model.hpp \
components/playlist/playlist_item.cpp \ components/playlist/playlist_item.cpp \
components/playlist/playlist_item.hpp \ components/playlist/playlist_item.hpp \
components/playlist/standardpanel.cpp \ components/playlist/standardpanel.cpp \
components/playlist/standardpanel.hpp \ components/playlist/standardpanel.hpp \
components/playlist/playlist.cpp components/playlist/playlist.hpp \ components/playlist/playlist.cpp components/playlist/playlist.hpp \
components/playlist/selector.cpp components/playlist/selector.hpp \ components/playlist/selector.cpp components/playlist/selector.hpp \
components/playlist/sorting.h \ components/playlist/sorting.h \
components/sout/profile_selector.cpp \ components/sout/profile_selector.cpp \
components/sout/profile_selector.hpp \ components/sout/profile_selector.hpp \
components/sout/sout_widgets.cpp components/sout/sout_widgets.hpp \ components/sout/sout_widgets.cpp components/sout/sout_widgets.hpp \
components/sout/profiles.hpp \ components/sout/profiles.hpp \
util/animators.cpp util/animators.hpp \ util/animators.cpp util/animators.hpp \
util/input_slider.cpp util/input_slider.hpp \ util/input_slider.cpp util/input_slider.hpp \
util/timetooltip.cpp util/timetooltip.hpp \ util/timetooltip.cpp util/timetooltip.hpp \
...@@ -114,9 +114,9 @@ libqt4_plugin_la_SOURCES = \ ...@@ -114,9 +114,9 @@ libqt4_plugin_la_SOURCES = \
util/buttons/BrowseButton.cpp util/buttons/BrowseButton.hpp \ util/buttons/BrowseButton.cpp util/buttons/BrowseButton.hpp \
util/buttons/DeckButtonsLayout.cpp util/buttons/DeckButtonsLayout.hpp \ util/buttons/DeckButtonsLayout.cpp util/buttons/DeckButtonsLayout.hpp \
util/buttons/RoundButton.cpp util/buttons/RoundButton.hpp \ util/buttons/RoundButton.cpp util/buttons/RoundButton.hpp \
util/qvlcframe.hpp \ util/qvlcframe.hpp \
util/qvlcapp.hpp \ util/qvlcapp.hpp \
util/singleton.hpp \ util/singleton.hpp \
styles/seekstyle.cpp styles/seekstyle.hpp styles/seekstyle.cpp styles/seekstyle.hpp
if HAVE_WIN32 if HAVE_WIN32
libqt4_plugin_la_SOURCES += main_interface_win32.cpp libqt4_plugin_la_SOURCES += main_interface_win32.cpp
...@@ -142,7 +142,7 @@ nodist_libqt4_plugin_la_SOURCES = \ ...@@ -142,7 +142,7 @@ nodist_libqt4_plugin_la_SOURCES = \
input_manager.moc.cpp \ input_manager.moc.cpp \
actions_manager.moc.cpp \ actions_manager.moc.cpp \
extensions_manager.moc.cpp \ extensions_manager.moc.cpp \
managers/addons_manager.moc.cpp \ managers/addons_manager.moc.cpp \
recents.moc.cpp \ recents.moc.cpp \
adapters/seekpoints.moc.cpp \ adapters/seekpoints.moc.cpp \
adapters/chromaprint.moc.cpp \ adapters/chromaprint.moc.cpp \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment