diff options
author | Ted Gould <ted@gould.cx> | 2010-05-20 22:09:25 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-05-20 22:09:25 -0500 |
commit | ef11b715019463771f13905be0ac63f0b1c2121e (patch) | |
tree | 4ee2e067e7dd17650a3d62208b6e372c8db21caf /bindings/mono/Makefile.in | |
parent | 3c5b3e57b8114b230b7ffd31830701865046f24c (diff) | |
parent | 7cb5463c7a105be422f4f3ae995dbfd1c9a89e58 (diff) | |
download | libayatana-appindicator-ef11b715019463771f13905be0ac63f0b1c2121e.tar.gz libayatana-appindicator-ef11b715019463771f13905be0ac63f0b1c2121e.tar.bz2 libayatana-appindicator-ef11b715019463771f13905be0ac63f0b1c2121e.zip |
Merging in the 0.1 series branch
Diffstat (limited to 'bindings/mono/Makefile.in')
-rw-r--r-- | bindings/mono/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bindings/mono/Makefile.in b/bindings/mono/Makefile.in index f029d16..647cc48 100644 --- a/bindings/mono/Makefile.in +++ b/bindings/mono/Makefile.in @@ -296,6 +296,7 @@ DISTCLEANFILES = $(ASSEMBLY).config TEST_SOURCES = TestIndicator.cs customs = ApplicationIndicator.custom EXTRA_DIST = \ + AssemblyInfo.cs \ $(RAW_API) \ $(METADATA) \ appindicator-sharp-0.1.pc.in \ @@ -747,9 +748,9 @@ generated-stamp: $(API) $(build_customs) --outdir=generated --assembly-name=$(ASSEMBLY_NAME) \ && touch generated-stamp -$(ASSEMBLY): generated-stamp +$(ASSEMBLY): generated-stamp $(srcdir)/AssemblyInfo.cs @rm -f $(ASSEMBLY).mdb - $(CSC) $(CSFLAGS) -keyfile:$(srcdir)/$(ASSEMBLY_NAME).snk -nowarn:0169,0612,0618 -unsafe -out:$(ASSEMBLY) -target:library $(references) $(builddir)/$(GENERATED_SOURCES) + $(CSC) $(CSFLAGS) -keyfile:$(srcdir)/$(ASSEMBLY_NAME).snk -nowarn:0169,0612,0618 -unsafe -out:$(ASSEMBLY) -target:library $(references) $(builddir)/$(GENERATED_SOURCES) $(srcdir)/AssemblyInfo.cs install-data-local: echo "$(GACUTIL) -i $(ASSEMBLY_NAME).dll -package $(ASSEMBLY_NAME) -root $(DESTDIR)$(prefix)/lib"; \ |