source: neercs/trunk/src/Makefile.am @ 2479

Last change on this file since 2479 was 2463, checked in by Jean-Yves Lamoureux, 15 years ago
  • Added configuration file and routines
File size: 257 bytes
Line 
1
2bin_PROGRAMS = neercs
3
4neercs_SOURCES = neercs.h mygetopt.c recurrent.c main.c screens.c term.c \
5                 grab.c effects.c wm.c screensaver.c attach.c configuration.c
6neercs_CFLAGS = @CACA_CFLAGS@
7neercs_LDADD = @CACA_LIBS@ @UTIL_LIBS@ @PAM_LIBS@
Note: See TracBrowser for help on using the repository browser.