summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap5
-rw-r--r--configure.ac2
-rw-r--r--sesman/tools/Makefile.am2
-rw-r--r--xrdp/Makefile.am4
4 files changed, 10 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index f8fbd295..f5f9ebe0 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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
diff --git a/configure.ac b/configure.ac
index 788c8a02..21a8b7bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/sesman/tools/Makefile.am b/sesman/tools/Makefile.am
index d7102fe7..81af1554 100644
--- a/sesman/tools/Makefile.am
+++ b/sesman/tools/Makefile.am
@@ -11,7 +11,7 @@ bin_PROGRAMS = \
xrdp_sesrun_SOURCES = \
sesrun.c \
tcp.c \
- ../config.c
+ config.c
xrdp_sestest_SOURCES = \
sestest.c
diff --git a/xrdp/Makefile.am b/xrdp/Makefile.am
index 32dd4122..2e6462b2 100644
--- a/xrdp/Makefile.am
+++ b/xrdp/Makefile.am
@@ -30,7 +30,9 @@ xrdpsysconf_DATA = \
xrdp.ini \
rsakeys.ini
-pkgdata_DATA = \
+xrdppkgdatadir=$(datadir)/xrdp
+
+xrdppkgdata_DATA = \
ad256.bmp \
xrdp256.bmp \
sans-10.fv1 \