diff options
author | Dennis Schridde <devurandom@gmx.net> | 2011-09-02 09:50:03 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-09-02 09:50:03 -0500 |
commit | 74f7670af1848a814568d570d2306ed93ece1a6c (patch) | |
tree | d00af6c1e689e697fb7a8b20ac0d944db3895a37 /tools | |
parent | 9e5549b8a612db4a68bb7df14b5d7244bb82154c (diff) | |
download | libdbusmenu-74f7670af1848a814568d570d2306ed93ece1a6c.tar.gz libdbusmenu-74f7670af1848a814568d570d2306ed93ece1a6c.tar.bz2 libdbusmenu-74f7670af1848a814568d570d2306ed93ece1a6c.zip |
Make building tests optional
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testapp/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/testapp/Makefile.am b/tools/testapp/Makefile.am index 39de532..ee12ec9 100644 --- a/tools/testapp/Makefile.am +++ b/tools/testapp/Makefile.am @@ -5,7 +5,11 @@ else VER= endif -libexec_PROGRAMS = dbusmenu-testapp +libexec_PROGRAMS = + +if WANT_TESTS +libexec_PROGRAMS += dbusmenu-testapp +endif dbusmenu_testapp_SOURCES = \ main.c |