Last change
on this file since 2299 was
2299,
checked in by Sam Hocevar, 15 years ago
|
- Remove #include <stdint.h> etc. from "common.h". Instead, make sure that
<cucul.h> will provide the C99 types, even if libcaca has been installed.
- Rename what's left of "common.h" to "stubs.h".
- Remove all references to erroneous <inttypes.h> from source files.
|
File size:
176 bytes
|
Line | |
---|
1 | # $Id$ |
---|
2 | |
---|
3 | AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I../cucul |
---|
4 | |
---|
5 | TESTS = simple |
---|
6 | |
---|
7 | check_PROGRAMS = simple |
---|
8 | |
---|
9 | simple_SOURCES = simple.c |
---|
10 | simple_LDADD = ../cucul/libcucul.la |
---|
11 | |
---|
Note: See
TracBrowser
for help on using the repository browser.