source: toilet/trunk/tools/Makefile.am @ 1442

Last change on this file since 1442 was 1442, checked in by Sam Hocevar, 17 years ago
  • Use PKG_CHECK_MODULES the right way. Fixes build on Alt Linux.
File size: 175 bytes
Line 
1# $Id: Makefile.am 929 2006-10-20 16:19:41Z sam $
2
3noinst_PROGRAMS = caca2tlf
4
5caca2tlf_SOURCES = caca2tlf.c
6caca2tlf_CFLAGS = @CUCUL_CFLAGS@
7caca2tlf_LDFLAGS = @CUCUL_LIBS@
8
Note: See TracBrowser for help on using the repository browser.