diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2013-10-13 12:46:59 +0200 |
---|---|---|
committer | Gregor Jasny <gjasny@googlemail.com> | 2013-10-13 12:46:59 +0200 |
commit | f232df6368ac62d67113f7e9d5835dc14acb3994 (patch) | |
tree | edb7590c840beb0293ed8d559f28d1a14796e661 /.gitignore | |
parent | 5a526ea4a25a0f9e009b8f8636a84ffc31f01ed1 (diff) |
buildsystem: use subdir-objects automake option as suggested by automake
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,6 +12,7 @@ *.spec .libs .deps +.dirstamp config.h config.h.in config.log @@ -26,4 +27,4 @@ build-aux libtool stamp-h1 po -ABOUT-NLS
\ No newline at end of file +ABOUT-NLS |