Last change
on this file since 851 was
851,
checked in by Sam Hocevar, 16 years ago
|
- Got rid of CUCUL_LIBS. It's unused.
|
-
Property svn:keywords set to
Id
|
File size:
545 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 851 2006-04-22 21:36:11Z sam $ |
---|
2 | |
---|
3 | EXTRA_DIST = cucul.pc.in |
---|
4 | DISTCLEANFILES = cucul.pc |
---|
5 | |
---|
6 | pkgconfig_DATA = cucul.pc |
---|
7 | pkgconfigdir = $(libdir)/pkgconfig |
---|
8 | |
---|
9 | include_HEADERS = cucul.h |
---|
10 | |
---|
11 | lib_LTLIBRARIES = libcucul.la |
---|
12 | |
---|
13 | libcucul_la_SOURCES = \ |
---|
14 | cucul.c \ |
---|
15 | cucul.h \ |
---|
16 | cucul_internals.h \ |
---|
17 | buffer.c \ |
---|
18 | canvas.c \ |
---|
19 | transform.c \ |
---|
20 | charset.c \ |
---|
21 | colour.c \ |
---|
22 | line.c \ |
---|
23 | box.c \ |
---|
24 | conic.c \ |
---|
25 | triangle.c \ |
---|
26 | sprite.c \ |
---|
27 | dither.c \ |
---|
28 | font.c \ |
---|
29 | font_mono9.h \ |
---|
30 | font_monobold12.h \ |
---|
31 | import.c \ |
---|
32 | export.c \ |
---|
33 | $(NULL) |
---|
34 | libcucul_la_LDFLAGS = -no-undefined -version-info @LT_VERSION@ |
---|
35 | libcucul_la_LIBADD = |
---|
36 | |
---|
Note: See
TracBrowser
for help on using the repository browser.