diff options
author | Tambet Ingo <tambet@gmail.com> | 2008-07-31 14:03:37 +0300 |
---|---|---|
committer | Tambet Ingo <tambet@gmail.com> | 2008-07-31 14:03:37 +0300 |
commit | f0a2dc606c20a65a45152127b0450ae31476adbf (patch) | |
tree | 9b32a5b100945652f1cc48f65393c1584eaa2d07 /configure.in | |
parent | fa9c303d98cc933f0daa35f0e2182dd63f361d90 (diff) |
Add an example testing program.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 98f2e1c8..498457cc 100644 --- a/configure.in +++ b/configure.in @@ -18,6 +18,7 @@ AC_CONFIG_FILES([ Makefile src/Makefile plugins/Makefile +test/Makefile introspection/Makefile ModemManager.pc ]) |