]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/Modules.am
* Use the playlist info panel instead of the old one everywhere
[vlc] / modules / gui / macosx / Modules.am
index 21134888d319c39c4e5fccbe6710d5fbeb18e61b..86d3f3b232faf27d8f74a0139b963813caca4a6a 100644 (file)
@@ -1,16 +1,28 @@
 SOURCES_macosx = \
-       modules/gui/macosx/macosx.m \
-       modules/gui/macosx/aout.m \
-       modules/gui/macosx/vout.m \
-       modules/gui/macosx/vout.h \
-       modules/gui/macosx/intf.m \
-       modules/gui/macosx/intf.h \
-       modules/gui/macosx/open.m \
-       modules/gui/macosx/open.h \
-       modules/gui/macosx/prefs.m \
-       modules/gui/macosx/prefs.h \
-       modules/gui/macosx/playlist.m \
-       modules/gui/macosx/playlist.h \
-       modules/gui/macosx/controls.m \
+       about.h \
+       about.m \
+       applescript.h \
+       applescript.m \
+       controls.h \
+       controls.m \
+       intf.m \
+       intf.h \
+       macosx.m \
+       misc.m \
+       misc.h \
+       open.m \
+       open.h \
+       playlist.m \
+       playlist.h \
+       playlistinfo.h \
+       playlistinfo.m \
+       prefs.m \
+       prefs.h \
+       prefs_widgets.h \
+       prefs_widgets.m \
+       output.h \
+       output.m \
+       vout.m \
+       vout.h \
        $(NULL)