win32: add css files to EXTRA_DIST

This commit is contained in:
Ignacio Casal Quinteiro 2014-07-22 14:53:16 +02:00
parent 5ff1c9a6ef
commit fc8b7156a3

View File

@ -1414,6 +1414,12 @@ gtk.gresource.xml: Makefile.am
echo -e " </gresource>" >> $@; \
echo -e "</gresources>" >> $@;
win32_theme_sources = \
resources/theme/win32/gtk-win32.css \
resources/theme/win32/gtk-win32-base.css \
resources/theme/win32/gtk-win32-classic.css \
resources/theme/win32/gtk-win32-xp.css
adwaita_sources = \
resources/theme/Adwaita/assets.svg \
resources/theme/Adwaita/_colors.scss \
@ -1700,6 +1706,7 @@ gsettings_SCHEMAS = \
EXTRA_DIST += \
$(resource_files) \
$(adwaita_sources) \
$(win32_theme_sources) \
$(gsettings_SCHEMAS) \
gtk-win32.rc \
gtk-win32.rc.in \