diff options
author | Carsten Haitzler <raster@rasterman.com> | 2004-11-25 03:37:45 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2004-11-25 03:37:45 +0000 |
commit | 5e2388c886b15923f2b1350191524f40b0e9050a (patch) | |
tree | eeb93c0db03cb87075ed74cc31367f669e5f2e72 /Makefile.am | |
parent | f2b45ed47126d12986591cb02a6fcfc5908255fe (diff) | |
download | enlightenment-5e2388c886b15923f2b1350191524f40b0e9050a.tar.gz |
_ _ _ _ _____ ___
| | | | ___| | | | ___| __ ___ ___ _______ ___ / _ \__ _____ _ __
| |_| |/ _ \ | | | |_ | '__/ _ \/ _ \_ / _ \/ __| | | | \ \ / / _ \ '__|
| _ | __/ | | | _|| | | __/ __// / __/\__ \ | |_| |\ V / __/ |
|_| |_|\___|_|_| |_| |_| \___|\___/___\___||___/ \___/ \_/ \___|_|
I put E17's wm code into cvs. Hell is freezing over. Duke Nukem Forever will
be out next week. Snowballls take up residence in Hell. The Fat Lady sings.
The End is nigh...
:)
SVN revision: 12247
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000000..dbb7d3fac8 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,10 @@ +SUBDIRS = src data doc + +MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ + config.h.in config.sub configure install-sh \ + ltconfig ltmain.sh missing mkinstalldirs \ + stamp-h.in acconfig.h + +bin_SCRIPTS = enlightenment-config + +EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN enlightenment.spec |