Write src/pokey/Makefile
This commit is contained in:
parent
c351b9e25b
commit
39e93f473d
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
dnl $Id: configure.in,v 1.17 2002/04/09 15:28:45 zarq Exp $
|
dnl $Id: configure.in,v 1.18 2002/04/11 20:17:33 zarq Exp $
|
||||||
|
|
||||||
AC_INIT(src/tincd.c)
|
AC_INIT(src/tincd.c)
|
||||||
AM_INIT_AUTOMAKE(tinc, 1.0-cvs)
|
AM_INIT_AUTOMAKE(tinc, 1.0-cvs)
|
||||||
|
@ -116,6 +116,7 @@ AC_SUBST(INCLUDES)
|
||||||
|
|
||||||
AC_OUTPUT(Makefile
|
AC_OUTPUT(Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
|
src/pokey/Makefile
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
doc/es/Makefile
|
doc/es/Makefile
|
||||||
intl/Makefile
|
intl/Makefile
|
||||||
|
|
Loading…
Reference in a new issue