aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-14 09:59:29 -0600
committerTed Gould <ted@gould.cx>2009-12-14 09:59:29 -0600
commitbb6fa61d8ddc76486533f01ffa645e7894705f6c (patch)
treefd06a516c7119a53bd1715613bf945be6fb2b567 /bindings
parent04e218db5fd996ebb04503949ff73584b73c80a9 (diff)
downloadayatana-indicator-application-bb6fa61d8ddc76486533f01ffa645e7894705f6c.tar.gz
ayatana-indicator-application-bb6fa61d8ddc76486533f01ffa645e7894705f6c.tar.bz2
ayatana-indicator-application-bb6fa61d8ddc76486533f01ffa645e7894705f6c.zip
Looking for the assembly files in the right location.
Diffstat (limited to 'bindings')
-rw-r--r--bindings/mono/examples/Makefile.am6
1 files 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)