Skip to content

Commit

Permalink
2007-08-27 Aaron Bockover <[email protected]>
Browse files Browse the repository at this point in the history
    0.7.1 Released

    * src/Mono.Zeroconf.Providers.Avahi/Makefile.am:
    * src/MZClient/Makefile.am: Install mdb files

    * src/Mono.Zeroconf/Makefile.am: Removed old install stuff


svn path=/trunk/Mono.Zeroconf/; revision=84926
  • Loading branch information
abock committed Aug 27, 2007
1 parent 2316789 commit 4d301a6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2007-08-27 Aaron Bockover <[email protected]>

0.7.1 Released

* src/Mono.Zeroconf.Providers.Avahi/Makefile.am:
* src/MZClient/Makefile.am: Install mdb files

* src/Mono.Zeroconf/Makefile.am: Removed old install stuff

2007-08-27 Aaron Bockover <[email protected]>

* configure.ac: Check for gacutil
Expand Down
6 changes: 3 additions & 3 deletions src/MZClient/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ASSEMBLY_NAME = MZClient
ASSEMBLY = $(ASSEMBLY_NAME).exe

assemblydir = $(libdir)/mono-zeroconf
assembly_SCRIPTS = $(ASSEMBLY)
assembly_SCRIPTS = $(ASSEMBLY) $(ASSEMBLY).mdb

wrapperdir = $(bindir)
wrapper_SCRIPTS = mzclient
Expand All @@ -14,10 +14,10 @@ SOURCES = \
all: $(ASSEMBLY)

$(ASSEMBLY): $(top_builddir)/src/Mono.Zeroconf/Mono.Zeroconf.dll $(SOURCES)
$(MCS) -out:$@ -r:$< $(SOURCES)
$(MCS) -debug -out:$@ -r:$< $(SOURCES)

EXTRA_DIST = $(SOURCES)
CLEANFILES = $(ASSEMBLY)
CLEANFILES = $(ASSEMBLY){,.mdb}
MAINTAINERCLEANFILES = \
Makefile.in

2 changes: 1 addition & 1 deletion src/Mono.Zeroconf.Providers.Avahi/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SOURCES = \
if BUILD_AVAHI

assemblydir = $(libdir)/mono-zeroconf
assembly_SCRIPTS = $(ASSEMBLY)
assembly_SCRIPTS = $(ASSEMBLY) $(ASSEMBLY).mdb

all: $(ASSEMBLY)

Expand Down
3 changes: 0 additions & 3 deletions src/Mono.Zeroconf/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
ASSEMBLY_NAME = Mono.Zeroconf
ASSEMBLY = $(ASSEMBLY_NAME).dll

assemblydir = $(libdir)/mono/mono-zeroconf
assembly_SCRIPTS = $(ASSEMBLY).mdb

MONO_ZEROCONF_SRC = \
Mono.Zeroconf/IRegisterService.cs \
Mono.Zeroconf/IResolvableService.cs \
Expand Down

0 comments on commit 4d301a6

Please sign in to comment.