comparison plugins/ticker/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
14 gtkticker.h \ 14 gtkticker.h \
15 ticker.c 15 ticker.c
16 16
17 endif 17 endif
18 18
19 CFLAGS += $(DEBUG_CFLAGS) -DDATADIR=\"$(datadir)\" 19 AM_CPPFLAGS = \
20 20 -DDATADIR=\"$(datadir)\" \
21 21 -DVERSION=\"$(VERSION)\" \
22 INCLUDES = \
23 -I$(top_srcdir) \ 22 -I$(top_srcdir) \
24 -I$(top_srcdir)/src \ 23 -I$(top_srcdir)/src \
25 -DVERSION=\"$(VERSION)\" 24 $(DEBUG_CFLAGS) \
25 $(GTK_CFLAGS)