aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-02-05 14:12:07 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-21 20:57:03 +0200
commit715feb6c46d4f25baad053eaf1c43129c65328cf (patch)
treebd974548e9bfd546a3171e3f5fc0fe14f8439baa /example
parent9ec937ca623ee4e75a7c7a5a1211ffba115c5cd4 (diff)
downloadayatana-ido-715feb6c46d4f25baad053eaf1c43129c65328cf.tar.gz
ayatana-ido-715feb6c46d4f25baad053eaf1c43129c65328cf.tar.bz2
ayatana-ido-715feb6c46d4f25baad053eaf1c43129c65328cf.zip
Remove automake-related files
Diffstat (limited to 'example')
-rw-r--r--example/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/example/Makefile.am b/example/Makefile.am
deleted file mode 100644
index d52ac1c..0000000
--- a/example/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-VER=3
-
-noinst_PROGRAMS = \
- menus
-
-menus_SOURCES = \
- menus.c
-
-menus_CPPFLAGS = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/src \
- -I$(top_builddir)/src \
- $(GCC_FLAGS) \
- $(GTK_CFLAGS) \
- $(MAINTAINER_CFLAGS)
-
-menus_LDADD = $(top_builddir)/src/libayatana-ido$(VER)-0.4.la $(GTK_LIBS)
-
-DISTCLEANFILES = Makefile.in