summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 2254e6dff3015499c50379e6033a75114bd68bf7 (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
30
31
32
33
34

SUBDIRS=uislave

INCLUDES=@METACITY_CFLAGS@ -DMETACITY_LIBEXECDIR=\"$(libexecdir)\" -DHOST_ALIAS=\"@HOST_ALIAS@\"

metacity_SOURCES= 				\
	api.c					\
	api.h					\
	colors.c				\
	colors.h				\
	display.c				\
	display.h				\
	errors.c				\
	errors.h				\
	eventqueue.c				\
	eventqueue.h				\
	frame.c					\
	frame.h					\
	main.c					\
	main.h					\
	screen.c				\
	screen.h				\
	theme.c					\
	theme.h					\
	uislave.c				\
	uislave.h				\
	util.c					\
	util.h					\
	window.c				\
	window.h

bin_PROGRAMS=metacity

metacity_LDADD= @METACITY_LIBS@