47393b5de4
This ensures the gui source will be included in the tarball with make dist, and will be installed with make install.
7 lines
109 B
Makefile
7 lines
109 B
Makefile
dist_bin_SCRIPTS = tinc-gui
|
|
|
|
tinc_gui_PYTHON = Tinc.py
|
|
|
|
tinc_guidir = $(prefix)/bin
|
|
|
|
extra_DIST = README.gui
|