diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f8141a8..a48804e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,10 +12,10 @@ endif if BUILD_TESTS SUBDIRS += \ - test + tests # build src first -test: src +tests: src libmessaging-menu endif |