aboutsummaryrefslogtreecommitdiffstats
path: root/eazel-engine/Makefile.am
diff options
context:
space:
mode:
authorDavid Baudens <baudens@mandriva.com>2002-07-31 09:17:12 +0000
committerDavid Baudens <baudens@mandriva.com>2002-07-31 09:17:12 +0000
commit480bf7346671e1cacb9ce000e4d4e5fc9b794af9 (patch)
tree8a1aced5a7bc269bcd4315be20a888c97519e3bf /eazel-engine/Makefile.am
parent352d5653dba314bf6085a6352cf82022381dc837 (diff)
downloadcommon-data-480bf7346671e1cacb9ce000e4d4e5fc9b794af9.tar
common-data-480bf7346671e1cacb9ce000e4d4e5fc9b794af9.tar.gz
common-data-480bf7346671e1cacb9ce000e4d4e5fc9b794af9.tar.bz2
common-data-480bf7346671e1cacb9ce000e4d4e5fc9b794af9.tar.xz
common-data-480bf7346671e1cacb9ce000e4d4e5fc9b794af9.zip
Remove gtk-theme (moved in its own module)
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)