| 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
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I../caca \ |
|---|
| 4 | -I$(top_srcdir)/caca |
|---|
| 5 | |
|---|
| 6 | noinst_PROGRAMS = optipal sortchars $(pango_programs) |
|---|
| 7 | |
|---|
| 8 | optipal_SOURCES = optipal.c |
|---|
| 9 | |
|---|
| 10 | sortchars_SOURCES = sortchars.c |
|---|
| 11 | sortchars_LDADD = ../caca/libcaca.la |
|---|
| 12 | |
|---|
| 13 | makefont_SOURCES = makefont.c |
|---|
| 14 | makefont_LDADD = ../caca/libcaca.la |
|---|
| 15 | makefont_CFLAGS = $(PANGOFT2_CFLAGS) |
|---|
| 16 | makefont_LDFLAGS = $(PANGOFT2_LIBS) |
|---|
| 17 | |
|---|
| 18 | if USE_PANGO |
|---|
| 19 | pango_programs = makefont |
|---|
| 20 | else |
|---|
| 21 | pango_programs = |
|---|
| 22 | endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.