gtk/Makefile.am: Fix Visual Studio project generation

We now need the generated sources to be included explicitly in the list
so that they get listed in the project files to be built.
This commit is contained in:
Chun-wei Fan
2018-05-11 18:05:46 +08:00
parent 828f634d5c
commit 95e6a0650b

View File

@@ -1475,7 +1475,8 @@ gtk_3_FILES = \
$(gtk_base_c_sources) \
$(gtk_os_win32_c_sources) \
$(gtk_use_win32_c_sources) \
$(gtk_dbus_built_sources)
$(gtk_dbus_built_sources) \
$(gtk_built_sources)
gtk_3_EXCLUDES = dummy
gtk_3_HEADERS_DIR = $(gtkincludedir)