summaryrefslogtreecommitdiff
path: root/debian/patches/02-generated_sources_path.patch
blob: 9432fe3c1f3a33c768f6027e977a9469c72dc16d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix generated code path
Author: Thanh Tung Nguyen <thngtong@gmail.com>
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)";  \