diff options
author | George Lebl <jirka@5z.com> | 2001-05-17 09:51:36 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2001-05-17 09:51:36 +0000 |
commit | d03b41f5f4f419410addaafc857684dfe678f283 (patch) | |
tree | a183c7fe4ee029faf8f38b567c9e4bd7992f1fe5 /Makefile.am | |
parent | dbf9840a7655b48a6b06c908de4a38f5bd405714 (diff) | |
download | gdm-d03b41f5f4f419410addaafc857684dfe678f283.tar.gz |
Don't put the debian stuff into the tarball, and remove it from the
Thu May 17 02:52:38 2001 George Lebl <jirka@5z.com>
* Makefile.am, confgiure.in, debian/Default.debian,
config/Makefile.am: Don't put the debian stuff into the tarball,
and remove it from the config, this is here for people wanting to
live off the bleeding edge of 2.0-beta4 and run a stable gdm.
Hopefully the gdm 2.2.x packages will show up in mainstream debian
soon (they don't seem to be there now). Plus some make distcheck
fixes
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3c4ba44f..17ca03da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = config macros pixmaps intl daemon gui docs po debian +SUBDIRS = config macros pixmaps intl daemon gui docs po EXTRA_DIST = \ ChangeLog \ |