aboutsummaryrefslogtreecommitdiff
path: root/bindings/mono/examples/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-08 13:13:47 -0600
committerTed Gould <ted@gould.cx>2010-12-08 13:13:47 -0600
commit6e142fbdc9e35ceee10ecea050014e9270ffefa4 (patch)
tree0a19dec3efce95759979a9d27aa443e8e22c5f72 /bindings/mono/examples/Makefile.am
parent3acbfb57c4800b7f8611d1ce5db391cad96f398b (diff)
parent01a31930c3eb89c5ca20fb70ba76a4317b2f2648 (diff)
downloadayatana-indicator-application-6e142fbdc9e35ceee10ecea050014e9270ffefa4.tar.gz
ayatana-indicator-application-6e142fbdc9e35ceee10ecea050014e9270ffefa4.tar.bz2
ayatana-indicator-application-6e142fbdc9e35ceee10ecea050014e9270ffefa4.zip
* Upstream Merge
* Removing libappindicator from the tarball
Diffstat (limited to 'bindings/mono/examples/Makefile.am')
-rw-r--r--bindings/mono/examples/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/bindings/mono/examples/Makefile.am b/bindings/mono/examples/Makefile.am
deleted file mode 100644
index b929492..0000000
--- a/bindings/mono/examples/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-ASSEMBLY = IndicatorExample.exe
-CSFILES = IndicatorExample.cs
-CLEANFILES = $(ASSEMBLY)
-
-EXTRA_DIST = $(CSFILES)
-
-references = $(GTK_SHARP_LIBS) -r:$(top_builddir)/bindings/mono/appindicator-sharp.dll
-
-$(ASSEMBLY): $(CSFILES) Makefile.am
- $(CSC) $(CSFLAGS) -out:$(ASSEMBLY) -target:exe $(references) $(srcdir)/$(CSFILES)
-
-all: $(ASSEMBLY)