Add Makefile.am in gui/.
This ensures the gui source will be included in the tarball with make dist, and will be installed with make install.
This commit is contained in:
parent
7944cce19e
commit
47393b5de4
3 changed files with 11 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
AUTOMAKE_OPTIONS = gnu
|
||||
|
||||
SUBDIRS = m4 src doc
|
||||
SUBDIRS = m4 src doc gui
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
EXTRA_DIST = have.h system.h COPYING.README gui
|
||||
EXTRA_DIST = have.h system.h COPYING.README
|
||||
|
||||
ChangeLog:
|
||||
git log > ChangeLog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue