summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 921e57f283a2673ded9815067d5d41787e578adb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
bin_PROGRAMS = ratpoison

ratpoison_SOURCES = 			\
		actions.c		\
		actions.h		\
		bar.c			\
		bar.h			\
		communications.c	\
		communications.h	\
		conf.h			\
		data.h			\
		events.c		\
		events.h		\
		getopt.c		\
		getopt.h		\
		getopt1.c		\
		input.c			\
		input.h			\
		list.c			\
		list.h			\
		main.c			\
		manage.c		\
		manage.h		\
		messages.h		\
		number.c		\
		number.h		\
		ratpoison.h		\
		sbuf.c			\
		sbuf.h