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

Last change on this file since 2509 was 2509, checked in by Sam Hocevar, 15 years ago
  • Split grab.c into the grabbing heuristic and the pure ptrace interface, because we might use it for other things in the future.
File size: 311 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 \
6                 mytrace.c mytrace.h input.c lock.c
7neercs_CFLAGS = @CACA_CFLAGS@
8neercs_LDADD = @CACA_LIBS@ @UTIL_LIBS@ @PAM_LIBS@
Note: See TracBrowser for help on using the repository browser.