diff options
author | Carsten Haitzler <raster@rasterman.com> | 2006-04-21 08:19:28 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2006-04-21 08:19:28 +0000 |
commit | 1f66c8d000a184e63fb684c6c04dae8c291a20cc (patch) | |
tree | 7920d7f0a1aca7e5e753d4cf940b36a2a704b170 /Makefile.am | |
parent | aace0c7592d8b5c7c323ae8e6ad15b16e0027af2 (diff) |
remvoe libe - really pointless as its not realyl a lib just an access
mechanism for e - move it to enlightenment-dev. also consitent with rpm's
SVN revision: 22279
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 36aa42a53..70f995162 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -8,12 +8,16 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ | |||
8 | 8 | ||
9 | bin_SCRIPTS = enlightenment-config | 9 | bin_SCRIPTS = enlightenment-config |
10 | 10 | ||
11 | EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN enlightenment.spec \ | 11 | EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN \ |
12 | debian/changelog debian/changelog.in debian/copyright \ | 12 | enlightenment.spec.in enlightenment.spec \ |
13 | debian/rules debian/enlightenment.install \ | 13 | debian/changelog \ |
14 | debian/changelog.in \ | ||
15 | debian/control \ | ||
16 | debian/copyright \ | ||
17 | debian/enlightenment.install \ | ||
18 | debian/enlightenment-dev.install \ | ||
14 | debian/enlightenment.docs \ | 19 | debian/enlightenment.docs \ |
15 | debian/libe.install debian/libe-dev.install debian/control \ | 20 | debian/rules |
16 | enlightenment.spec.in | ||
17 | 21 | ||
18 | filesdir = $(datadir)/enlightenment/ | 22 | filesdir = $(datadir)/enlightenment/ |
19 | files_DATA = AUTHORS COPYING | 23 | files_DATA = AUTHORS COPYING |