forked from ariadne/pkgconf
libpkgconf: separate config.h from the actual API headers
parent
3c6fe6b164
commit
82fa8b21cf
|
@ -95,6 +95,7 @@ libpkgconf_la_LDFLAGS = -version-info 2:0:0 -export-symbols-regex '^pkgconf_'
|
|||
dist_man_MANS = pkgconf.1
|
||||
pkgconf_LDADD = libpkgconf.la
|
||||
pkgconf_SOURCES = main.c getopt_long.c
|
||||
pkgconf_CPPFLAGS = -Ilibpkgconf
|
||||
noinst_HEADERS = getopt_long.h
|
||||
|
||||
dist_doc_DATA = README.md AUTHORS
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
#ifndef LIBPKGCONF__LIBPKGCONF_H
|
||||
#define LIBPKGCONF__LIBPKGCONF_H
|
||||
|
||||
#include <libpkgconf/config.h>
|
||||
#include <libpkgconf/stdinc.h>
|
||||
#include <libpkgconf/iter.h>
|
||||
#include <libpkgconf/bsdstubs.h>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
* from the use of this software.
|
||||
*/
|
||||
|
||||
#include <libpkgconf/config.h>
|
||||
#include <libpkgconf/libpkgconf.h>
|
||||
|
||||
bool
|
||||
|
|
Loading…
Reference in New Issue