diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2011-01-14 10:25:41 -0600 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2011-01-14 10:25:41 -0600 |
| commit | 9dee1e2decb74007676089f5d86fde138d1aac9e (patch) | |
| tree | e9f8eddea319910ff5cf8501c5d30d02a4bff7f7 /example/Makefile.am | |
| parent | a413ebac8c43f24d72cfeb983170204418201b58 (diff) | |
| parent | ada08ac02d806abfe1117c0d900a21b3d9e9c98f (diff) | |
| download | ayatana-indicator-application-9dee1e2decb74007676089f5d86fde138d1aac9e.tar.gz ayatana-indicator-application-9dee1e2decb74007676089f5d86fde138d1aac9e.tar.bz2 ayatana-indicator-application-9dee1e2decb74007676089f5d86fde138d1aac9e.zip | |
Import upstream version 0.2.91
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 |
