comparison console/plugins/Makefile.am @ 15323:daf402269760

[gaim-migrate @ 18113] Slightly modified patch from Brad Smith: "At the moment there is a bug with the console UI's plug-in gntgf Makefile. The bug is that the X header path is not passed along from AM_CPPFLAGS thus causing gaim to fail to compile the plug-in as shown below. This is fixed by simply adding X11_CFLAGS to AM_CPPFLAGS." committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 12 Jan 2007 05:39:11 +0000
parents f0292b71104b
children 5fe8042783c1
comparison
equal deleted inserted replaced
15322:3fe87798b059 15323:daf402269760
11 11
12 plugindir = $(libdir)/gaim 12 plugindir = $(libdir)/gaim
13 13
14 gntgf_la_SOURCES = gntgf.c 14 gntgf_la_SOURCES = gntgf.c
15 gnthistory_la_SOURCES = gnthistory.c 15 gnthistory_la_SOURCES = gnthistory.c
16 gntlastlog_la_SOURCES = lastlog.c 16 gntlastlog_la_SOURCES = lastlog.c
17
18 gntgf_la_CFLAGS = $(X11_CFLAGS)
17 19
18 gntgf_la_LIBADD = $(GLIB_LIBS) $(X11_LIBS) $(top_builddir)/console/libgnt/libgnt.la 20 gntgf_la_LIBADD = $(GLIB_LIBS) $(X11_LIBS) $(top_builddir)/console/libgnt/libgnt.la
19 gnthistory_la_LIBADD = $(GLIB_LIBS) 21 gnthistory_la_LIBADD = $(GLIB_LIBS)
20 gntlastlog_la_LIBADD = $(GLIB_LIBS) 22 gntlastlog_la_LIBADD = $(GLIB_LIBS)
21 23