diff options
| author | Ted Gould <ted@canonical.com> | 2009-04-28 15:52:40 -0500 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-04-28 15:52:40 -0500 |
| commit | a10757b066e0291cde11136c2b33b5b6ebcccad5 (patch) | |
| tree | b608149503b5f2c6736f74f6c5d37e606761ea6d /tests/Makefile.am | |
| parent | f7c32c45fc4c9dff6822b10698c7b4d740c92ca0 (diff) | |
| download | libdbusmenu-a10757b066e0291cde11136c2b33b5b6ebcccad5.tar.gz libdbusmenu-a10757b066e0291cde11136c2b33b5b6ebcccad5.tar.bz2 libdbusmenu-a10757b066e0291cde11136c2b33b5b6ebcccad5.zip | |
Adding a little flesh to the client
Diffstat (limited to 'tests/Makefile.am')
| -rw-r--r-- | tests/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f00a7e7..a80f1d1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,7 @@ libexec_PROGRAMS = \ glib-server-nomenu \ + test-glib-layout-client \ test-glib-layout-server glib_server_nomenu_SOURCES = \ @@ -25,6 +26,17 @@ test_glib_layout_server_LDADD = \ ../libdbusmenu-glib/libdbusmenu-glib.la \ $(DBUSMENUGLIB_LIBS) +test_glib_layout_client_SOURCES = \ + test-glib-layout-client.c + +test_glib_layout_client_CFLAGS = \ + -I $(srcdir)/.. \ + $(DBUSMENUGLIB_CFLAGS) -Wall -Werror + +test_glib_layout_client_LDADD = \ + ../libdbusmenu-glib/libdbusmenu-glib.la \ + $(DBUSMENUGLIB_LIBS) + |
