]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx_dialog_provider/Modules.am
macosx dialog provider: moved UI widgets out of the interface implementation
[vlc] / modules / gui / macosx_dialog_provider / Modules.am
index e274b0a676b74e7002ed057a20a122c2f78c8317..fc7e68a761aa5e58b163e50c0de26f32ddde67f9 100644 (file)
@@ -6,9 +6,12 @@ LIBTOOL=@LIBTOOL@ --tag=CC
 SOURCES_macosx_dialog_provider = \
     VLCLoginPanel.m \
     VLCProgressPanel.m \
+    VLCUIWidgets.m \
        dialogProvider.m \
        $(NULL)
 
 noinst_HEADERS = \
        VLCLoginPanel.h \
-       VLCProgressPanel.h
+       VLCProgressPanel.h \
+       VLCUIWidgets.h \
+       dialogProvider.h