aboutsummaryrefslogtreecommitdiffstats
path: root/eazel-engine/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'eazel-engine/Makefile.am')
-rw-r--r--eazel-engine/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/eazel-engine/Makefile.am b/eazel-engine/Makefile.am
deleted file mode 100644
index c6bda1c..0000000
--- a/eazel-engine/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-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)