source: cacamoo/trunk/src/Makefile.am @ 1244

Last change on this file since 1244 was 1244, checked in by Jean-Yves Lamoureux, 16 years ago
  • Initial revision
File size: 150 bytes
Line 
1
2bin_PROGRAMS = cacamoo
3
4cacamoo_SOURCES = main.c cacamoo.h
5cacamoo_CFLAGS = `pkg-config --cflags cucul`
6cacamoo_LDFLAGS = `pkg-config --libs cucul`
7
Note: See TracBrowser for help on using the repository browser.