mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-02-04 11:50:34 +01:00
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:
parent
2e0493a343
commit
79f8ef9d51
4 changed files with 2 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
#ifndef PKG_CONFIG_PARTIAL_GLIB_H
|
||||
#define PKG_CONFIG_PARTIAL_GLIB_H
|
||||
|
||||
#include "glib-1.2.10/glib.h"
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Reference in a new issue