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
|
|
@ -20,6 +20,7 @@ AC_PROG_CPP
|
|||
AC_PROG_INSTALL
|
||||
AC_PROG_LN_S
|
||||
AC_PROG_RANLIB
|
||||
AM_PATH_PYTHON
|
||||
|
||||
dnl Check and set OS
|
||||
|
||||
|
|
@ -172,6 +173,6 @@ AC_ARG_ENABLE(jumbograms,
|
|||
|
||||
AC_SUBST(INCLUDES)
|
||||
|
||||
AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile m4/Makefile])
|
||||
AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile m4/Makefile gui/Makefile])
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue