Use AM_PATH_GLIB instead of glib-config directly
1999-10-18 Havoc Pennington <hp@pobox.com> * configure.in: Use AM_PATH_GLIB instead of glib-config directly * src/Makefile.am: Re-enable testpixbuf with GTK_CFLAGS/GTK_LIBS
This commit is contained in:
committed by
Havoc Pennington
parent
556f481ce9
commit
3b9835b5bb
@@ -1,3 +1,9 @@
|
|||||||
|
1999-10-18 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
|
* configure.in: Use AM_PATH_GLIB instead of glib-config directly
|
||||||
|
|
||||||
|
* src/Makefile.am: Re-enable testpixbuf with GTK_CFLAGS/GTK_LIBS
|
||||||
|
|
||||||
1999-10-18 Havoc Pennington <hp@pobox.com>
|
1999-10-18 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* Makefile.am (SUBDIRS): Remove "macros"
|
* Makefile.am (SUBDIRS): Remove "macros"
|
||||||
|
|||||||
@@ -29,14 +29,14 @@ libexec_LTLIBRARIES = \
|
|||||||
$(XPM_LIB) \
|
$(XPM_LIB) \
|
||||||
$(TIFF_LIB)
|
$(TIFF_LIB)
|
||||||
|
|
||||||
noinst_PROGRAMS = # testpixbuf
|
noinst_PROGRAMS = testpixbuf
|
||||||
DEPS = libgdk_pixbuf.la
|
DEPS = libgdk_pixbuf.la
|
||||||
INCLUDES = $(GLIB_CFLAGS) $(LIBART_CFLAGS)
|
INCLUDES = $(GLIB_CFLAGS) $(LIBART_CFLAGS) $(GTK_CFLAGS)
|
||||||
AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(libexecdir)\""
|
AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(libexecdir)\""
|
||||||
|
|
||||||
LDADDS = libgdk_pixbuf.la $(LIBART_LIBS) $(GLIB_LIBS)
|
LDADDS = libgdk_pixbuf.la $(LIBART_LIBS) $(GLIB_LIBS)
|
||||||
|
|
||||||
testpixbuf_LDADD = $(LDADDS)
|
testpixbuf_LDADD = $(LDADDS) $(GTK_LIBS)
|
||||||
|
|
||||||
#
|
#
|
||||||
# The GdkPixBuf library
|
# The GdkPixBuf library
|
||||||
|
|||||||
Reference in New Issue
Block a user