comparison pidgin/plugins/Makefile.am @ 16767:2d9304fbbf44

Fix this reference to the build dir for includes
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 03 May 2007 13:00:36 +0000
parents 753465529b21
children 0dcd915899ae
comparison
equal deleted inserted replaced
16766:91d0e590e635 16767:2d9304fbbf44
106 win32/winprefs/winprefs.c 106 win32/winprefs/winprefs.c
107 107
108 AM_CPPFLAGS = \ 108 AM_CPPFLAGS = \
109 -DDATADIR=\"$(datadir)\" \ 109 -DDATADIR=\"$(datadir)\" \
110 -DVERSION=\"$(VERSION)\" \ 110 -DVERSION=\"$(VERSION)\" \
111 -I$(top_builddir)/src \ 111 -I$(top_builddir)/libpurple \
112 -I$(top_srcdir)/libpurple \ 112 -I$(top_srcdir)/libpurple \
113 -I$(top_srcdir)/pidgin \ 113 -I$(top_srcdir)/pidgin \
114 $(DEBUG_CFLAGS) \ 114 $(DEBUG_CFLAGS) \
115 $(GTK_CFLAGS) \ 115 $(GTK_CFLAGS) \
116 $(PLUGIN_CFLAGS) 116 $(PLUGIN_CFLAGS)