forked from Lainports/opnsense-ports
10 lines
339 B
Text
10 lines
339 B
Text
--- 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) .
|