diff options
author | amaranth <amaranth@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2006-11-12 15:56:38 +0000 |
---|---|---|
committer | amaranth <amaranth@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2006-11-12 15:56:38 +0000 |
commit | a69d5b7b2cb593e3ae688df07ca642c3cf768b0b (patch) | |
tree | be0a3378b677a5367c0e4b0d60a39e3a8b7e5809 /Makefile | |
parent | 6f843026c05f1960047a9959d42943d0cdb047f9 (diff) | |
download | marex-dev-a69d5b7b2cb593e3ae688df07ca642c3cf768b0b.tar.gz marex-dev-a69d5b7b2cb593e3ae688df07ca642c3cf768b0b.tar.bz2 |
clean up heliodor control file, make 'make debs' build heliodor, depend
on automake 1.9 in all build systems
git-svn-id: file:///beryl/trunk@1155 d7aaf104-2d23-0410-ae22-9d23157bf5a3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -50,13 +50,14 @@ REDIRECT=2>&1 | tee -a $(TRUNKDIR)/$*.log endif modules:=\ - beryl-core \ + beryl-core \ beryl-dbus \ beryl-plugins \ beryl-settings \ beryl-manager \ - emerald \ - emerald-themes + emerald \ + emerald-themes \ + heliodor cfgmodules:=$(patsubst %,$(COOKIEDIR)/%.cfg,$(modules)) buildmodules:=$(patsubst %,$(COOKIEDIR)/%.built,$(modules)) |