diff options
author | Ted Gould <ted@gould.cx> | 2011-07-21 10:04:21 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-21 10:04:21 -0500 |
commit | e27e7f65e712753ec989325d49a08dcd7d4a77d4 (patch) | |
tree | 24a547d20f13852e67bc959bcaf8e9824c9afab6 /Makefile.am | |
parent | 0cee12c6cef5882311fb67d7d0071f4e3fed0400 (diff) | |
download | libayatana-indicator-e27e7f65e712753ec989325d49a08dcd7d4a77d4.tar.gz libayatana-indicator-e27e7f65e712753ec989325d49a08dcd7d4a77d4.tar.bz2 libayatana-indicator-e27e7f65e712753ec989325d49a08dcd7d4a77d4.zip |
Making sure the lib builds before the tests or tools
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cdd5b8d..3bd312e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,10 @@ SUBDIRS = \ tests \ tools +tests: libindicator + +tools: libindicator + DISTCHECK_CONFIGURE_FLAGS = --disable-deprecations DISTCLEANFILES = \ |