diff options
author | Ted Gould <ted@gould.cx> | 2010-12-02 15:49:12 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-02 15:49:12 -0600 |
commit | aae875ca59b35a7259832a68c3610aa518c80e31 (patch) | |
tree | b50076777bbdccf79297c030e4dc225601a5963b /bindings/mono/examples/Makefile.am | |
parent | 3fee20ad3b45f19073cb75b28672eeddec647e4c (diff) | |
download | ayatana-indicator-application-aae875ca59b35a7259832a68c3610aa518c80e31.tar.gz ayatana-indicator-application-aae875ca59b35a7259832a68c3610aa518c80e31.tar.bz2 ayatana-indicator-application-aae875ca59b35a7259832a68c3610aa518c80e31.zip |
Removing bindings
Diffstat (limited to 'bindings/mono/examples/Makefile.am')
-rw-r--r-- | bindings/mono/examples/Makefile.am | 12 |
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) |