diff options
author | Ted Gould <ted@gould.cx> | 2010-12-08 14:08:44 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-08 14:08:44 -0600 |
commit | 6c905a6e958d626df511ced154e9ed8fb867afc5 (patch) | |
tree | c866e25da37bcc927df40ac04c9c0460a6962edd /example/Makefile.am | |
parent | 12d94d3b9aa17214cadec6e98831356330cead51 (diff) | |
parent | 97fcd2621c571bda84b090961e31c54104641257 (diff) | |
download | ayatana-indicator-application-6c905a6e958d626df511ced154e9ed8fb867afc5.tar.gz ayatana-indicator-application-6c905a6e958d626df511ced154e9ed8fb867afc5.tar.bz2 ayatana-indicator-application-6c905a6e958d626df511ced154e9ed8fb867afc5.zip |
Remove the library from the build
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 19 |
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 |