diff options
author | Robert Tari <robert@tari.in> | 2021-02-27 00:44:54 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-06-09 13:55:39 +0200 |
commit | ec329487e32b38f224964f7ea239e34f4f0b3c97 (patch) | |
tree | 924afc6754269673bfadc83dd6929965f08d24ab /bindings/mono/examples | |
parent | 93f8f78cf4b8113601b63a2ead39c014155cca24 (diff) | |
download | libayatana-appindicator-ec329487e32b38f224964f7ea239e34f4f0b3c97.tar.gz libayatana-appindicator-ec329487e32b38f224964f7ea239e34f4f0b3c97.tar.bz2 libayatana-appindicator-ec329487e32b38f224964f7ea239e34f4f0b3c97.zip |
Drop Automake files
Diffstat (limited to 'bindings/mono/examples')
-rw-r--r-- | bindings/mono/examples/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/bindings/mono/examples/Makefile.am b/bindings/mono/examples/Makefile.am deleted file mode 100644 index de93b20..0000000 --- a/bindings/mono/examples/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -ASSEMBLY = AyatanaIndicatorExample.exe -CSFILES = AyatanaIndicatorExample.cs -CLEANFILES = $(ASSEMBLY) -DISTCLEANFILES = Makefile.in - -EXTRA_DIST = $(CSFILES) - -references = $(GTK_SHARP_LIBS) -r:$(top_builddir)/bindings/mono/ayatana-appindicator-sharp.dll - -$(ASSEMBLY): $(CSFILES) Makefile.am - $(CSC) $(CSFLAGS) -out:$(ASSEMBLY) -target:exe $(references) $(srcdir)/$(CSFILES) - -all: $(ASSEMBLY) |