diff options
Diffstat (limited to 'krfb/Makefile.am')
-rw-r--r-- | krfb/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/krfb/Makefile.am b/krfb/Makefile.am new file mode 100644 index 00000000..baa494d9 --- /dev/null +++ b/krfb/Makefile.am @@ -0,0 +1,8 @@ +SUBDIRS = srvloc kinetd libvncserver krfb kcm_krfb krfb_httpd + +EXTRA_DIST = AUTHORS README TODO NOTES DCOP-INTERFACE + +# not a GNU package. You can remove this line, if +# have all needed files, that a GNU package needs +AUTOMAKE_OPTIONS = foreign + |