source: libcaca/trunk/tests/Makefile.am @ 2299

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
3AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I../cucul
4
5TESTS = simple
6
7check_PROGRAMS = simple
8
9simple_SOURCES = simple.c
10simple_LDADD = ../cucul/libcucul.la
11
Note: See TracBrowser for help on using the repository browser.