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

* pkg.h: Fix up path to glib.h
This commit is contained in:
Tollef Fog Heen 2009-03-30 21:16:28 +02:00
parent c5b07b4720
commit daa68e4e1b
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2009-03-30 Tollef Fog Heen <tfheen@err.no>
* pkg.h: Fix up path to glib.h
* pkg.c (add_virtual_pkgconfig_package): Fix URL to pkg-config.
* partial-glib.[ch]: Get rid of those, they are no longer in use.

2
pkg.h
View file

@ -23,7 +23,7 @@
#ifdef USE_INSTALLED_GLIB
#include <glib.h>
#else
#include "partial-glib.h"
#include "glib-1.2.10/glib.h"
#endif
typedef enum