diff options
author | Jason Conti <jason.conti@gmail.com> | 2011-05-18 16:38:49 -0400 |
---|---|---|
committer | Jason Conti <jason.conti@gmail.com> | 2011-05-18 16:38:49 -0400 |
commit | 88c859aeafcc3bb452a5da2a084dbaaebc0139f3 (patch) | |
tree | 161d8fa6b8ad397a4a5f538147516284050be6f9 | |
parent | 847eb7d2d6f0cb42dbe937a7d7d5efdbb7bf7318 (diff) | |
download | ayatana-indicator-notifications-88c859aeafcc3bb452a5da2a084dbaaebc0139f3.tar.gz ayatana-indicator-notifications-88c859aeafcc3bb452a5da2a084dbaaebc0139f3.tar.bz2 ayatana-indicator-notifications-88c859aeafcc3bb452a5da2a084dbaaebc0139f3.zip |
Have to add the test directory back to Makefile.am or the tarball from make dist fails to configure. (could also have removed the test makefile from configure.ac, but this seemed better)0.1.0
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d8ab098..5667986 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,8 @@ SUBDIRS = \ src \ data \ - po + po \ + tests DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall |