gtk2: fix build with fresh clone

this was overlooked as my copy already contained a generated Makefile.in.
This commit is contained in:
rofl0r 2021-11-07 16:23:31 +00:00
parent d1d626f221
commit f000d1a9c0
1 changed files with 2 additions and 2 deletions

View File

@ -364,8 +364,8 @@ dnl --- Finally, output all the makefiles
AC_CONFIG_FILES([Makefile
cli/Makefile
cli/doc/Makefile
gtk/Makefile
gtk/doc/Makefile
gtk2/Makefile
gtk2/doc/Makefile
gtk-glade/Makefile
gtk-glade/doc/Makefile
])