diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-22 16:14:12 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-09 08:58:42 -0500 |
commit | ea18aba03dc1a8f14d63b43e1ce960f3cda2d7ea (patch) | |
tree | 0823435c8b7a295621efbdd794f47b9cb53ac8df | |
parent | 719ab352112d53c113b45ed691e39c4411b8f653 (diff) |
Makefile.am: do not include autogen.sh in distribution #24183
This is a private build script that should not be distributed
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fd2a103..592e07d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,6 @@ appman_PRE = \ EXTRA_DIST = \ ChangeLog \ - autogen.sh \ swap.km appmandir = $(APP_MAN_DIR) |