trivial: rename the local glib include name

This commit is contained in:
Richard Hughes 2008-10-20 11:03:19 +01:00
parent 3954fa1c9a
commit 531cbcf57e
3 changed files with 10 additions and 10 deletions

View File

@ -21,7 +21,7 @@ INCLUDES = \
-I$(top_srcdir)/lib \
$(NULL)
PK_LIBS = \
PK_GLIB_LIBS = \
$(top_builddir)/lib/packagekit-glib/libpackagekit-glib.la \
$(NULL)
@ -44,7 +44,7 @@ pkcon_SOURCES = \
pkcon_LDADD = \
$(GLIB_LIBS) \
$(DBUS_LIBS) \
$(PK_LIBS) \
$(PK_GLIB_LIBS) \
$(NULL)
pkmon_SOURCES = \
@ -56,7 +56,7 @@ pkmon_SOURCES = \
pkmon_LDADD = \
$(GLIB_LIBS) \
$(DBUS_LIBS) \
$(PK_LIBS) \
$(PK_GLIB_LIBS) \
$(NULL)
pkgenpack_SOURCES = \
@ -73,7 +73,7 @@ pkgenpack_LDADD = \
$(ARCHIVE_LIBS) \
$(GLIB_LIBS) \
$(DBUS_LIBS) \
$(PK_LIBS) \
$(PK_GLIB_LIBS) \
$(NULL)
if EGG_BUILD_TESTS
@ -97,7 +97,7 @@ pk_self_test_LDADD = \
$(DBUS_LIBS) \
$(SELFTEST_LIBS) \
$(ARCHIVE_LIBS) \
$(PK_LIBS) \
$(PK_GLIB_LIBS) \
$(NULL)
pk_self_test_CFLAGS = -DEGG_TEST $(AM_CFLAGS)

View File

@ -83,13 +83,13 @@ INCLUDES = \
-I$(top_srcdir)/libselftest \
$(NULL)
PK_LIBS = $(top_builddir)/lib/packagekit-glib/libpackagekit-glib.la
PK_GLIB_LIBS = $(top_builddir)/lib/packagekit-glib/libpackagekit-glib.la
GTKDOC_LIBS = \
$(GLIB_LIBS) \
$(DBUS_LIBS) \
$(SQLITE_LIBS) \
$(PK_LIBS) \
$(PK_GLIB_LIBS) \
$(POLKIT_LIBS) \
$(NULL)

View File

@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = 1.7
NULL =
PK_LIBS = \
PK_GLIB_LIBS = \
$(top_builddir)/lib/packagekit-glib/libpackagekit-glib.la \
$(NULL)
@ -136,7 +136,7 @@ packagekitd_LDADD = \
$(LIBNM_LIBS) \
$(DBUS_LIBS) \
$(SQLITE_LIBS) \
$(PK_LIBS) \
$(PK_GLIB_LIBS) \
$(PYTHON_LIBS) \
$(POLKIT_LIBS) \
$(GIO_LIBS) \
@ -196,7 +196,7 @@ pk_self_test_LDADD = \
$(DBUS_LIBS) \
$(SQLITE_LIBS) \
$(LIBNM_LIBS) \
$(PK_LIBS) \
$(PK_GLIB_LIBS) \
$(POLKIT_LIBS) \
$(GIO_LIBS) \
$(ARCHIVE_LIBS) \