Skip to content

Commit

Permalink
Merge pull request #486 from mtomaschewski/automake-subdir-objects
Browse files Browse the repository at this point in the history
automake: enable the subdir-objects option
  • Loading branch information
mtomaschewski committed Jan 21, 2015
2 parents bfaabeb + 214c899 commit f65d845
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -7,6 +7,8 @@
*.so
*.so.*
*.m4
*.diff
*.patch
.*
compile
core
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -4,7 +4,7 @@ AC_PREREQ([2.63])
AC_INIT([wicked], esyscmd([tr -d '\n' < VERSION]),
[http://bugs.opensuse.org], [wicked],
[https://github.com/openSUSE/wicked])
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip subdir-objects])

#
# Note: We consider libwicked as an internal helper library,
Expand Down

0 comments on commit f65d845

Please sign in to comment.