Skip to content

Commit

Permalink
build: stash as many build tools away into a separate dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Engelhardt committed Dec 17, 2011
1 parent 17bef2b commit 30294fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build-aux/
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

AC_PREREQ([2.68])
AC_INIT([bumblebeed], [0.1], [https://github.com/Bumblebee-Project/bumblebeed])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/bbsocket.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile])
Expand Down

0 comments on commit 30294fd

Please sign in to comment.