Last change
on this file since 1359 was
1212,
checked in by Sam Hocevar, 14 years ago
|
- Do not link binaries with @CACA_LIBS@, it's useless.
|
-
Property svn:keywords set to
Id
|
File size:
391 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 1212 2006-10-20 16:19:41Z 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_LDADD = ../cucul/libcucul.la |
---|
11 | makefont_CFLAGS = @PANGOFT2_CFLAGS@ |
---|
12 | makefont_LDFLAGS = @PANGOFT2_LIBS@ |
---|
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.