source: libcaca/trunk/tools/Makefile.am @ 3404

Revision 3404, 468 bytes checked in by sam, 4 years ago (diff)

Remove occurrences of DATADIR, it conflicts with MinGW's <objidl.h>.
Fixes ticket #51.

  • Property svn:keywords set to Id
RevLine 
[342]1# $Id$
[292]2
[2821]3AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I../caca \
[3404]4              -I$(top_srcdir)/caca
[692]5
[1840]6noinst_PROGRAMS = optipal sortchars $(pango_programs)
[292]7
[293]8optipal_SOURCES = optipal.c
9
[1840]10sortchars_SOURCES = sortchars.c
[2821]11sortchars_LDADD = ../caca/libcaca.la
[1840]12
[747]13makefont_SOURCES = makefont.c
[2821]14makefont_LDADD = ../caca/libcaca.la
[1399]15makefont_CFLAGS = $(PANGOFT2_CFLAGS)
16makefont_LDFLAGS = $(PANGOFT2_LIBS)
[747]17
18if USE_PANGO
19pango_programs = makefont
20else
21pango_programs =
22endif
Note: See TracBrowser for help on using the repository browser.