comparison src/protocols/toc/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
24 libtoc_la_SOURCES = $(TOCSOURCES) 24 libtoc_la_SOURCES = $(TOCSOURCES)
25 25
26 endif 26 endif
27 27
28 AM_CPPFLAGS = \ 28 AM_CPPFLAGS = \
29 -I$(top_srcdir) \
29 -I$(top_srcdir)/src \ 30 -I$(top_srcdir)/src \
31 $(GTK_CFLAGS) \
30 $(DEBUG_CFLAGS) 32 $(DEBUG_CFLAGS)