Last change
on this file since 977 was
977,
checked in by Sam Hocevar, 15 years ago
|
- Added -I${top_srcdir} to the compilation flags to fix builds configured
from an alternate directory (they failed to find common.h).
|
-
Property svn:keywords set to
Id
|
File size:
417 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 977 2006-05-25 19:55:11Z sam $ |
---|
2 | |
---|
3 | AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\" |
---|
4 | |
---|
5 | noinst_PROGRAMS = optipal $(pango_programs) |
---|
6 | |
---|
7 | optipal_SOURCES = optipal.c |
---|
8 | |
---|
9 | makefont_SOURCES = makefont.c |
---|
10 | makefont_CFLAGS = `pkg-config --cflags pangoft2` |
---|
11 | makefont_LDFLAGS = `pkg-config --libs pangoft2` |
---|
12 | makefont_LDADD = ../cucul/libcucul.la |
---|
13 | |
---|
14 | if USE_PANGO |
---|
15 | pango_programs = makefont |
---|
16 | else |
---|
17 | pango_programs = |
---|
18 | endif |
---|
Note: See
TracBrowser
for help on using the repository browser.