Description: Fix generated code path Author: Thanh Tung Nguyen Last-Update: 2015-01-18 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/sources/Makefile.am +++ b/sources/Makefile.am @@ -42,7 +42,7 @@ $(DLL): $(build_sources) generated-stamp $(CSC) -nowarn:169 -unsafe -target:library $(GTK_SHARP_LIBS) \ - $(build_sources) generated/*.cs -out:$(DLL) + $(build_sources) generated/*/*.cs -out:$(DLL) install-data-local: echo "$(GACUTIL) /i $(DLL) /f $(GACUTIL_FLAGS)"; \