diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-22 16:23:27 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-14 09:20:49 -0500 |
commit | b748221cf9e7df8b0b460f13f4ad0a86ff7f1b6d (patch) | |
tree | 7fd80971c556be151af8ebb7c78126b20d18df81 | |
parent | 85cd7aa2f632d159af38252639a3020bf9ee18a1 (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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6dab021..7f20e86 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,7 +75,7 @@ xinitrc_DATA = xinitrc CLEANFILES = xinitrc startx $(appman_DATA) $(launchagents_DATA) EXTRA_DIST = xinitrc.cpp startx.cpp org.x.startx.plist.cpp $(appman_PRE) \ - startx.cmd xinitrc.cmd xinit.def ChangeLog autogen.sh + startx.cmd xinitrc.cmd xinit.def ChangeLog .PHONY: ChangeLog |