Add rule to generate ChangeLog.
No need for foreign or nostdinc (correct me if I'm wrong?).
This commit is contained in:
parent
2e20808f8c
commit
8ac3f7e485
13
Makefile.am
13
Makefile.am
@ -1,10 +1,13 @@
|
||||
AUTOMAKE_OPTIONS = foreign nostdinc
|
||||
|
||||
SUBDIRS = src example tests docs
|
||||
|
||||
include_HEADERS = include/libssh2.h include/libssh2_publickey.h \
|
||||
include/libssh2_sftp.h
|
||||
include_HEADERS = \
|
||||
include/libssh2.h \
|
||||
include/libssh2_publickey.h \
|
||||
include/libssh2_sftp.h
|
||||
|
||||
EXTRA_DIST = LICENSE win32
|
||||
EXTRA_DIST = win32
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
ChangeLog:
|
||||
cvs2cl --utc --fsf --FSF --usermap .cvsusers -I ChangeLog -I .cvs
|
||||
|
Loading…
x
Reference in New Issue
Block a user