summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.am2
-rw-r--r--partial-glib.c0
-rw-r--r--partial-glib.h6
4 files changed, 2 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 3caec4d..eddac6a 100644
--- 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
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
--- a/partial-glib.c
+++ /dev/null
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