2009-03-30 Tollef Fog Heen <tfheen@err.no>

* partial-glib.[ch]: Get rid of those, they are no longer in use.
This commit is contained in:
Tollef Fog Heen 2009-03-30 21:03:10 +02:00
parent 2e0493a343
commit 79f8ef9d51
4 changed files with 2 additions and 8 deletions

View file

@ -1,5 +1,7 @@
2009-03-30 Tollef Fog Heen <tfheen@err.no>
* 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

View file

@ -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 \

View file

View file

@ -1,6 +0,0 @@
#ifndef PKG_CONFIG_PARTIAL_GLIB_H
#define PKG_CONFIG_PARTIAL_GLIB_H
#include "glib-1.2.10/glib.h"
#endif