From bb6fa61d8ddc76486533f01ffa645e7894705f6c Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 14 Dec 2009 09:59:29 -0600 Subject: Looking for the assembly files in the right location. --- bindings/mono/examples/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bindings/mono/examples/Makefile.am b/bindings/mono/examples/Makefile.am index cb7f268..b929492 100644 --- a/bindings/mono/examples/Makefile.am +++ b/bindings/mono/examples/Makefile.am @@ -6,7 +6,7 @@ EXTRA_DIST = $(CSFILES) references = $(GTK_SHARP_LIBS) -r:$(top_builddir)/bindings/mono/appindicator-sharp.dll -$(ASSEMBLY): - $(CSC) $(CSFLAGS) -out:$(ASSEMBLY) -target:exe $(references) $(CSFILES) +$(ASSEMBLY): $(CSFILES) Makefile.am + $(CSC) $(CSFLAGS) -out:$(ASSEMBLY) -target:exe $(references) $(srcdir)/$(CSFILES) -all: $(ASSEMBLY) \ No newline at end of file +all: $(ASSEMBLY) -- cgit v1.2.3