* partial-glib.[ch]: Get rid of those, they are no longer in use.
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
pkg_config_SOURCES= \
pkg.h \
pkg.c \
- partial-glib.h \
- partial-glib.c \
parse.h \
parse.c \
main.c \
+++ /dev/null
-#ifndef PKG_CONFIG_PARTIAL_GLIB_H
-#define PKG_CONFIG_PARTIAL_GLIB_H
-
-#include "glib-1.2.10/glib.h"
-
-#endif