fix for older auto tools

This commit is contained in:
jsorg71 2008-11-02 21:27:42 +00:00
parent 1cae42594b
commit c3c6b39e3d
4 changed files with 10 additions and 3 deletions

View File

@ -22,4 +22,9 @@ then
fi
touch configure.ac
touch NEWS
touch AUTHORS
touch README
touch ChangeLog
ln -s ../config.c $PWD/sesman/tools/config.c
autoreconf -fvi

View File

@ -2,7 +2,7 @@
AC_PREREQ(2.59)
AC_INIT([xrdp], [0.5.0], [xrdp-devel@lists.sourceforge.net])
AC_CONFIG_HEADERS([config_ac.h:config_ac-h.in])
AM_CONFIG_HEADER(config_ac.h:config_ac-h.in)
AM_INIT_AUTOMAKE([1.6 foreign])
AC_PROG_CC
AC_C_CONST

View File

@ -11,7 +11,7 @@ bin_PROGRAMS = \
xrdp_sesrun_SOURCES = \
sesrun.c \
tcp.c \
../config.c
config.c
xrdp_sestest_SOURCES = \
sestest.c

View File

@ -30,7 +30,9 @@ xrdpsysconf_DATA = \
xrdp.ini \
rsakeys.ini
pkgdata_DATA = \
xrdppkgdatadir=$(datadir)/xrdp
xrdppkgdata_DATA = \
ad256.bmp \
xrdp256.bmp \
sans-10.fv1 \