aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'example/Makefile.am')
-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 f4f2ab2..0000000
--- a/example/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-
-check_PROGRAMS = \
- simple-client
-
-#########################################
-## simple-client
-#########################################
-
-simple_client_SOURCES = \
- simple-client.c
-
-simple_client_CFLAGS = \
- $(INDICATOR_CFLAGS) \
- -Wall -Werror \
- -I$(top_srcdir)/src
-
-simple_client_LDADD = \
- $(INDICATOR_LIBS) \
- $(top_builddir)/src/libappindicator.la