source: cacatris/trunk/src/Makefile.am @ 1443

Last change on this file since 1443 was 1443, checked in by Sam Hocevar, 17 years ago
  • Use PKG_CHECK_MODULES the right way.
File size: 116 bytes
RevLine 
[1083]1
2bin_PROGRAMS = cacatris
3
4cacatris_SOURCES = main.c
[1443]5cacatris_CFLAGS = @CACA_CFLAGS@
6cacatris_LDFLAGS = @CACA_LIBS@
[1083]7
Note: See TracBrowser for help on using the repository browser.