source: cacatris/trunk/src/Makefile.am

Last change on this file was 1447, checked in by Sam Hocevar, 17 years ago
  • Put libs in LDADD, not LDFLAGS.
File size: 114 bytes
Line 
1
2bin_PROGRAMS = cacatris
3
4cacatris_SOURCES = main.c
5cacatris_CFLAGS = @CACA_CFLAGS@
6cacatris_LDADD = @CACA_LIBS@
7
Note: See TracBrowser for help on using the repository browser.