projects
/
emu8051.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6281db4
)
Remove autogen.sh from distribution tarball
author
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 15 Jan 2014 03:53:46 +0000
(22:53 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 15 Jan 2014 03:57:45 +0000
(22:57 -0500)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
a9c5d47
..
c15bf3a
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-7,8
+7,7
@@
AUTOMAKE_OPTIONS = gnu
SUBDIRS = src/common src/cli src/gtk data doc tests
## We want these in the dist tarball
-EXTRA_DIST = autogen.sh \
- pixmaps
+EXTRA_DIST = pixmaps
ACLOCAL = aclocal -I $(ac_aux_dir)