comparison src/protocols/trepia/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 99ae9bd8b5fa
children 8f94cce8faa5
comparison
equal deleted inserted replaced
6359:dfde69e105ae 6360:2e23ccbccdec
24 libtrepia_la_SOURCES = $(TREPIASOURCES) 24 libtrepia_la_SOURCES = $(TREPIASOURCES)
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)