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
7
gui/Makefile.am
Normal file
7
gui/Makefile.am
Normal file
|
@ -0,0 +1,7 @@
|
|||
dist_bin_SCRIPTS = tinc-gui
|
||||
|
||||
tinc_gui_PYTHON = Tinc.py
|
||||
|
||||
tinc_guidir = $(prefix)/bin
|
||||
|
||||
extra_DIST = README.gui
|
Loading…
Add table
Add a link
Reference in a new issue