diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-04-18 12:56:18 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-04-22 18:52:23 +0200 |
commit | e08eeb9e5da87a729992c5a1d14bfd62f4ed2205 (patch) | |
tree | df731d11c8770628acba94ec4593413d1ee95b5b /qt/common/Makefile.am | |
parent | da9dd6be1b0203c496af4aff16df60fedc64463a (diff) |
Add tests for qt/smart-ptr
Diffstat (limited to 'qt/common/Makefile.am')
-rw-r--r-- | qt/common/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qt/common/Makefile.am b/qt/common/Makefile.am new file mode 100644 index 0000000..20241a5 --- /dev/null +++ b/qt/common/Makefile.am @@ -0,0 +1,7 @@ +# file : qt/common/Makefile.am +# author : Constantin Michael <constantin@codesynthesis.com> +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +SUBDIRS = __path__(dirs) +EXTRA_DIST = __file__(extra_dist) |