aboutsummaryrefslogtreecommitdiffstats
path: root/eazel-engine/Makefile.am
blob: c6bda1c7dbc1dbc682a0179ff2800e431349bab9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUBDIRS = src capplet data Crux

INCLUDES = $(GTK_CFLAGS) $(GNOME_CFLAGS) -DDATADIR=\"$(datadir)\"

EXTRA_DIST =			\
	gtkrc.in		\
	make-gtkrc.pl		\
	test.glade		\
	eazel-engine.spec.in	\
	check-data.sh

dist-hook: spec-hook check-data
	
spec-hook : eazel-engine.spec
	cp $^ $(distdir)

check-data : check-data.sh
	$(SHELL) $<

noinst_PROGRAMS = test

test_LDADD = $(GTK_LIBS) $(GNOME_LIBS)