1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

New Makefile.am for mysql-test makes it pass also "make distcheck" and "make install"

mysql-test/lib/My/SafeProcess/Makefile.am:
  Update Makefile.am to dist all relevant files
This commit is contained in:
unknown
2008-03-13 17:07:11 +01:00
parent a4ee24e368
commit 055d5da858
2 changed files with 82 additions and 18 deletions

View File

@ -13,9 +13,16 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
bin_PROGRAMS = my_safe_process
safedir = $(prefix)/mysql-test/lib/My/SafeProcess
#nobase_bin_PROGRAMS = ...
safe_PROGRAMS = my_safe_process
my_safe_process_SOURCES = safe_process.cc
EXTRA_DIST = safe_kill_win.cc \
safe_process_win.cc \
CMakeLists.txt
# Don't update the files from bitkeeper
%::SCCS/s.%