Browse Source

Don't create config.h, it's not needed for a golang only project.

pull/117/head
Lance Cooper 11 years ago
parent
commit
79ee86cb36
  1. 2
      .gitignore
  2. 1
      configure.ac

2
.gitignore vendored

@ -29,8 +29,6 @@ Makefile @@ -29,8 +29,6 @@ Makefile
Makefile.in
aclocal.m4
autom4te.cache/
config.h
config.h.in
config.status
configure
install-sh

1
configure.ac

@ -39,7 +39,6 @@ NODEJS_VERSION_STYLES_MIN=0.10.0 @@ -39,7 +39,6 @@ NODEJS_VERSION_STYLES_MIN=0.10.0
SASS_VERSION_MIN=3.3.0
AC_CONFIG_SRCDIR([src/app/spreed-webrtc-server/main.go])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
dnl required version of automake

Loading…
Cancel
Save