]> err.no Git - pkg-config/commitdiff
2009-03-30 Tollef Fog Heen <tfheen@err.no>
authorTollef Fog Heen <tfheen@err.no>
Mon, 30 Mar 2009 19:03:10 +0000 (21:03 +0200)
committerTollef Fog Heen <tfheen@err.no>
Mon, 30 Mar 2009 19:03:10 +0000 (21:03 +0200)
* partial-glib.[ch]: Get rid of those, they are no longer in use.

ChangeLog
Makefile.am
partial-glib.c [deleted file]
partial-glib.h [deleted file]

index 3caec4d6b922ca089eddc27360c1301cd91011bb..eddac6a2d46bdf4310efaf2c1880c26f36094bc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 89f5039f8b904731a8ba141f60edcddcd12026c8..95998a626f2d333c32419e5165fe5e9c005c2794 100644 (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 \
diff --git a/partial-glib.c b/partial-glib.c
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/partial-glib.h b/partial-glib.h
deleted file mode 100644 (file)
index 56e6b42..0000000
+++ /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