comparison src/protocols/jabber/Makefile.am @ 6360:2e23ccbccdec

[gaim-migrate @ 6864] Lots of Makefile.am and configure.ac fixes from Robot101. Doumo arigatou, Mr. Roboto! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 03 Aug 2003 09:47:15 +0000
parents fcc28f5dd0c8
children 8f94cce8faa5
comparison
equal deleted inserted replaced
6359:dfde69e105ae 6360:2e23ccbccdec
69 libjabber_la_SOURCES = $(JABBERSOURCES) 69 libjabber_la_SOURCES = $(JABBERSOURCES)
70 70
71 endif 71 endif
72 72
73 AM_CPPFLAGS = \ 73 AM_CPPFLAGS = \
74 -I$(top_srcdir) \
74 -I$(top_srcdir)/src \ 75 -I$(top_srcdir)/src \
75 $(DEBUG_CFLAGS) 76 $(DEBUG_CFLAGS) \
77 $(GTK_CFLAGS)