diff options
author | Kristian Høgsberg <krh@redhat.com> | 2005-10-07 19:01:10 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2005-10-07 19:01:10 +0000 |
commit | 5a71a5667eb5b01e0f65f9310f4af1f6c5711ab7 (patch) | |
tree | ec7fe3e7604924b0a8c775eb05e4525872df8065 /Xprint | |
parent | 470213753b158225b44a39a872599344acbc7101 (diff) |
Add Xprint init scrips to EXTRA_DIST.
Diffstat (limited to 'Xprint')
-rw-r--r-- | Xprint/Makefile.am | 2 | ||||
-rw-r--r-- | Xprint/etc/Makefile.am | 1 | ||||
-rw-r--r-- | Xprint/etc/Xsession.d/Makefile.am | 1 | ||||
-rw-r--r-- | Xprint/etc/init.d/Makefile.am | 1 | ||||
-rw-r--r-- | Xprint/etc/profile.d/Makefile.am | 1 |
5 files changed, 5 insertions, 1 deletions
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 |