blob: 34e49119f4363a1208715a97ab9a80cf27478c97 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/Makefile.am.orig 2018-01-20 15:47:50 UTC
+++ src/Makefile.am
@@ -33,6 +33,7 @@ all: $(ASSEMBLY)
$(ASSEMBLY): $(gnomekeyring_build_sources) $(SNK)
$(CSC) $(CSFLAGS) $(gnomekeyring_references) -target:library -out:$@ $(gnomekeyring_build_sources)
+ $(SN) -R $@ $(SNK)
$(SNK): $(top_srcdir)/$(SNK)
cp $(top_srcdir)/$(SNK) .
|