diff options
author | Ted Gould <ted@canonical.com> | 2009-01-14 10:26:09 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-14 10:26:09 -0600 |
commit | 89bf87a36bb6e71b205d1d447d75dc0727065ff0 (patch) | |
tree | 25bc2e9aa7b2f2dc18e9df8cdf9d9e0a97e05026 /libindicate/tests/Makefile.am | |
parent | 71820cb18ffb779c39e15e758515c6bcad8ac455 (diff) | |
parent | c14592279f3feaad53e397155ecc515e5623d940 (diff) | |
download | libayatana-indicator-89bf87a36bb6e71b205d1d447d75dc0727065ff0.tar.gz libayatana-indicator-89bf87a36bb6e71b205d1d447d75dc0727065ff0.tar.bz2 libayatana-indicator-89bf87a36bb6e71b205d1d447d75dc0727065ff0.zip |
Merging in code from yesterday. Got many of the functions working with
real IDs and making lists. The basis for all the properties stuff is there
but it still needs a touch of fleshing out. Also a new test for debugging.
Diffstat (limited to 'libindicate/tests/Makefile.am')
-rw-r--r-- | libindicate/tests/Makefile.am | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/libindicate/tests/Makefile.am b/libindicate/tests/Makefile.am index 1fe4856..814a50b 100644 --- a/libindicate/tests/Makefile.am +++ b/libindicate/tests/Makefile.am @@ -1,6 +1,7 @@ noinst_PROGRAMS = \ - indicate-and-crash + indicate-and-crash \ + indicate-alot indicate_and_crash_SOURCES = \ indicate-and-crash.c @@ -12,3 +13,14 @@ indicate_and_crash_CFLAGS = \ indicate_and_crash_LDADD = \ ../libindicate.la \ $(LIBINDICATE_LIBS) + +indicate_alot_SOURCES = \ + indicate-alot.c + +indicate_alot_CFLAGS = \ + -I $(srcdir)/../.. \ + $(LIBINDICATE_CFLAGS) + +indicate_alot_LDADD = \ + ../libindicate.la \ + $(LIBINDICATE_LIBS) |