aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-08 14:10:43 -0600
committerTed Gould <ted@gould.cx>2010-12-08 14:10:43 -0600
commit4b13b78cbbf5a6b959e43d4f943862a67bc66110 (patch)
treef5a1fe0c5a1bf234d8c642bda8eb8fc39db8e516 /example/Makefile.am
parent3acbfb57c4800b7f8611d1ce5db391cad96f398b (diff)
parent951f22d924bbb4e31eed9e481c850202a0d2522d (diff)
downloadayatana-indicator-application-4b13b78cbbf5a6b959e43d4f943862a67bc66110.tar.gz
ayatana-indicator-application-4b13b78cbbf5a6b959e43d4f943862a67bc66110.tar.bz2
ayatana-indicator-application-4b13b78cbbf5a6b959e43d4f943862a67bc66110.zip
* Upstream Merge
* Removing libappindicator from the tarball * Autogen * debian/control: Removing all libappindicator packages
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