Don't repeat the pkg-config line

This is only needed once per package. Having it on every file makes the
build system ask about it n times, which is silly.
This commit is contained in:
Carlos Martín Nieto 2013-11-14 00:23:04 +01:00
parent b5b891a03d
commit a5ad8de506
11 changed files with 0 additions and 11 deletions

View File

@ -1,7 +1,6 @@
package git
/*
#cgo pkg-config: libgit2
#include <git2.h>
#include <git2/errors.h>
*/

View File

@ -1,7 +1,6 @@
package git
/*
#cgo pkg-config: libgit2
#include <git2.h>
git_checkout_opts git_checkout_opts_init() {
git_checkout_opts ret = GIT_CHECKOUT_OPTS_INIT;

View File

@ -1,7 +1,6 @@
package git
/*
#cgo pkg-config: libgit2
#include <git2.h>
#include <git2/errors.h>
*/

View File

@ -1,7 +1,6 @@
package git
/*
#cgo pkg-config: libgit2
#include <git2.h>
#include <git2/errors.h>
*/

View File

@ -1,7 +1,6 @@
package git
/*
#cgo pkg-config: libgit2
#include <git2.h>
#include <git2/errors.h>
*/

1
odb.go
View File

@ -1,7 +1,6 @@
package git
/*
#cgo pkg-config: libgit2
#include <git2.h>
#include <git2/errors.h>

View File

@ -1,7 +1,6 @@
package git
/*
#cgo pkg-config: libgit2
#include <git2.h>
#include <git2/errors.h>
#include <git2/pack.h>

View File

@ -1,7 +1,6 @@
package git
/*
#cgo pkg-config: libgit2
#include <git2.h>
#include <git2/errors.h>
*/

View File

@ -1,7 +1,6 @@
package git
/*
#cgo pkg-config: libgit2
#include <git2.h>
#include <git2/errors.h>
*/

View File

@ -1,7 +1,6 @@
package git
/*
#cgo pkg-config: libgit2
#include <git2.h>
#include <git2/errors.h>

View File

@ -1,7 +1,6 @@
package git
/*
#cgo pkg-config: libgit2
#include <git2.h>
#include <git2/errors.h>
*/