]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/Modules.am
Zip: change path to the library in the buildsystem
[vlc] / modules / gui / skins2 / Modules.am
index 1951eec9a042d86dec500c339de7dbd88a7b5171..b975e1a13a07db32c903003d7adbaec8d6958cb0 100644 (file)
@@ -35,6 +35,8 @@ SOURCES_skins2 = \
        commands/cmd_snapshot.cpp \
        commands/cmd_snapshot.hpp \
        commands/cmd_show_window.hpp \
+       commands/cmd_update_item.cpp \
+       commands/cmd_update_item.hpp \
        commands/cmd_vars.cpp \
        commands/cmd_vars.hpp \
        \
@@ -181,8 +183,10 @@ SOURCES_skins2 = \
        vars/time.cpp \
        vars/time.hpp \
        vars/volume.cpp \
-       vars/volume.hpp \
-       \
+       vars/volume.hpp
+
+if HAVE_WIN32
+SOURCES_skins2 += \
        win32/win32_dragdrop.cpp \
        win32/win32_dragdrop.hpp \
        win32/win32_factory.cpp \
@@ -199,7 +203,11 @@ SOURCES_skins2 = \
        win32/win32_tooltip.hpp \
        win32/win32_window.cpp \
        win32/win32_window.hpp \
-       \
+    $(NULL)
+endif
+
+if HAVE_LINUX
+SOURCES_skins2 += \
        x11/x11_display.cpp \
        x11/x11_display.hpp \
        x11/x11_dragdrop.cpp \
@@ -218,7 +226,11 @@ SOURCES_skins2 = \
        x11/x11_window.hpp \
        x11/x11_tooltip.cpp \
        x11/x11_tooltip.hpp \
-       \
+    $(NULL)
+endif
+
+if HAVE_DARWIN
+SOURCES_skins2 += \
        macosx/macosx_dragdrop.cpp \
        macosx/macosx_dragdrop.hpp \
        macosx/macosx_factory.cpp \
@@ -235,10 +247,5 @@ SOURCES_skins2 = \
        macosx/macosx_window.hpp \
        macosx/macosx_tooltip.cpp \
        macosx/macosx_tooltip.hpp \
-       \
-       unzip/crypt.h \
-       unzip/ioapi.c \
-       unzip/ioapi.h \
-       unzip/unzip.c \
-       unzip/unzip.h \
-       $(NULL)
+    $(NULL)
+endif