From: Tollef Fog Heen Date: Mon, 30 Mar 2009 19:03:10 +0000 (+0200) Subject: 2009-03-30 Tollef Fog Heen X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79f8ef9d51089f9d96f6ea181a5be74a6be5cbb5;p=pkg-config 2009-03-30 Tollef Fog Heen * partial-glib.[ch]: Get rid of those, they are no longer in use. --- diff --git a/ChangeLog b/ChangeLog index 3caec4d..eddac6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2009-03-30 Tollef Fog Heen + * partial-glib.[ch]: Get rid of those, they are no longer in use. + * poptparse.c, popthelp.c, poptconfig.c, popt.c, pkg.c, findme.c, configure.in: Check for malloc.h and use that if it exists. Apparently this makes Win32 happier. Thanks to Carlo Bramini for diff --git a/Makefile.am b/Makefile.am index 89f5039..95998a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,8 +22,6 @@ INCLUDES=-DPKG_CONFIG_PC_PATH="\"$(pc_path)\"" $(included_glib_includes) pkg_config_SOURCES= \ pkg.h \ pkg.c \ - partial-glib.h \ - partial-glib.c \ parse.h \ parse.c \ main.c \ diff --git a/partial-glib.c b/partial-glib.c deleted file mode 100644 index e69de29..0000000 diff --git a/partial-glib.h b/partial-glib.h deleted file mode 100644 index 56e6b42..0000000 --- a/partial-glib.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef PKG_CONFIG_PARTIAL_GLIB_H -#define PKG_CONFIG_PARTIAL_GLIB_H - -#include "glib-1.2.10/glib.h" - -#endif