aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-02 15:54:17 -0600
committerTed Gould <ted@gould.cx>2010-12-02 15:54:17 -0600
commitcaf5eeb4cd8e00320345c9cf5d2afe864940702b (patch)
tree1601adef815f15a7f51d0600a3f273563dfea305 /example/Makefile.am
parent8b85dae43628c34fa96e41a030a919a5c7c095f7 (diff)
downloadayatana-indicator-application-caf5eeb4cd8e00320345c9cf5d2afe864940702b.tar.gz
ayatana-indicator-application-caf5eeb4cd8e00320345c9cf5d2afe864940702b.tar.bz2
ayatana-indicator-application-caf5eeb4cd8e00320345c9cf5d2afe864940702b.zip
Removing the example
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