diff --git a/ChangeLog b/ChangeLog index 393ec86ec..75af04159 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-10-07 Kristian Høgsberg + + * Xprint/Makefile.am: + * Xprint/etc/Makefile.am: + * Xprint/etc/Xsession.d/Makefile.am: + * Xprint/etc/init.d/Makefile.am: + * Xprint/etc/profile.d/Makefile.am: + * configure.ac: + Add Xprint init scrips to EXTRA_DIST. + 2005-10-07 Kevin E. Martin * configure.ac: diff --git a/Xprint/Makefile.am b/Xprint/Makefile.am index a7f5b3985..26e9d087d 100644 --- a/Xprint/Makefile.am +++ b/Xprint/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = doc pcl raster ps +SUBDIRS = doc pcl raster ps etc bin_PROGRAMS = Xprt diff --git a/Xprint/etc/Makefile.am b/Xprint/etc/Makefile.am new file mode 100644 index 000000000..0a960cd1b --- /dev/null +++ b/Xprint/etc/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = init.d profile.d Xsession.d diff --git a/Xprint/etc/Xsession.d/Makefile.am b/Xprint/etc/Xsession.d/Makefile.am new file mode 100644 index 000000000..e0277d9d4 --- /dev/null +++ b/Xprint/etc/Xsession.d/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = cde_xsessiond_xprint.sh diff --git a/Xprint/etc/init.d/Makefile.am b/Xprint/etc/init.d/Makefile.am new file mode 100644 index 000000000..cc03cfab4 --- /dev/null +++ b/Xprint/etc/init.d/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = xprint.cpp diff --git a/Xprint/etc/profile.d/Makefile.am b/Xprint/etc/profile.d/Makefile.am new file mode 100644 index 000000000..b91a9115a --- /dev/null +++ b/Xprint/etc/profile.d/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = xprint.csh xprint.sh diff --git a/configure.ac b/configure.ac index a9926818d..0bc99b7da 100644 --- a/configure.ac +++ b/configure.ac @@ -1234,6 +1234,10 @@ Xprint/doc/Makefile Xprint/pcl/Makefile Xprint/raster/Makefile Xprint/ps/Makefile +Xprint/etc/Makefile +Xprint/etc/Xsession.d/Makefile +Xprint/etc/init.d/Makefile +Xprint/etc/profile.d/Makefile XpConfig/Makefile XpConfig/C/print/attributes/Makefile XpConfig/C/print/ddx-config/Makefile