aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Fix various bugs in Debian packagingReuben Thomas2014-10-151-1/+1
|
* Remove unused version info from libraryReuben Thomas2014-10-151-2/+0
|
* Don't install headersReuben Thomas2014-10-151-1/+1
|
* Remove reference to defunct variableReuben Thomas2014-10-151-1/+1
|
* Make reasonably recent autotools happy; remove gettext filesReuben Thomas2013-12-161-1/+1
|
* Add plp_inttypes.h to headers listReuben Thomas2007-12-151-1/+2
|
* Move last header plp_inttypes.h out of include and into lib.Reuben Thomas2007-12-141-2/+0
| | | | | Remove RCS Ids from Makefile.am's so that checking in a Makefile.am doesn't cause automake to be run.
* Replace plpnfsd with plpfuse.Reuben Thomas2007-12-131-3/+0
| | | | Other minor simplifications to the build system.
* More build system changes to make it play better with up-to-dateReuben Thomas2007-12-071-2/+2
| | | | | | autotools. In particular, this round gets rid of acconfig.h, putting the necessary bits into conf/configure.in.in, and using AM_CFLAGS & co. instead of plain CFLAGS, which rightly upsets automake.
* - Debian package now nearly finishedFritz Elfert2002-07-161-1/+1
| | | | - Applied patches from Chris Halls <chris.halls@gmx.de>
* - made kpsion SIBO-awareFritz Elfert2002-03-181-2/+2
| | | | | | | | - Added SIBO-related stuff in PsiTime - Added new class PsiProcess, renamed rpcs:queryDrive to queryPrograms and changed it accordingly - Adapted kspion, plpbackup, plpnfsd and plpftp to use queryPrograms - Several cleanups in rfsv16
* Adaptions to SuSE's autoconf.Fritz Elfert2002-03-121-2/+2
|
* - Added bitmap conversion functions.Fritz Elfert2002-03-031-2/+5
| | | | - Updated printer class according to Protocol doc 1.15
* - Added SIS stuff by Daniel BrahneborgFritz Elfert2002-02-281-2/+6
|
* Started print and clip support (no functionality yet).Fritz Elfert2001-05-211-2/+2
| | | | - Moved include/intl.h to lib/plpintl.h
* Modified icons.Fritz Elfert2001-03-011-0/+2
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* - Added KDE2 PropsDialog Plugin (incomplete)Fritz Elfert2001-02-061-1/+2
| | | | | | | | | | | | - Fixed some KDE related autoconf stuff - Added PlpDrive class for returning results from rfsv:devinfo - Added auto-watch in ppsocket and finally got rid of the nasty SIGPIPE bug. Now it's no more necessary to ignore SIGPIPE in applications. - Made constructors of rfsv16, rfsv32, rpcs16 and rpcs32 private to enforce use of the factories. - Removed error output in the factories and replaced that by error codes which can be retrieved and evaluated by an application.
* More cleanup:Fritz Elfert2001-02-011-3/+3
| | | | | | | | | | | | | | | - Removed bool.h and references to it everywhere. This is checked now in ./configure and the stuff went into acconfig.h - Replaced ugly bufferStore-based method of returning directory entries from rfsv::readdir() by a cleaner way. (A new, separate class PlpDirent is returned now.) With the old implementation, the caller has to know about the layout of the entries. Also, the old implementation was not 64bit aware. - Similar replacement done for rfsv::dir(). This now returns the entries in a standard STL container (deque) instead of a bufferArray. - Started renaming #include statements for standard library headers from the old <xxx.h> form to the new recommended <xxx> form.
* Misc. Makefile changes.Fritz Elfert2000-11-111-1/+1
| | | | Bumped up version.
* Added a wrapper for enums and changed all return-code related stuffFritz Elfert2000-08-021-2/+2
| | | | | | as well as some other enums to use that instead of plain enums. This results in stronger type checking, range checking and the ability to write an enum's textual representation.
* Removed more intermediate files from CVS. Those can be rebuilt byFritz Elfert2000-07-311-0/+5
| | | | | using Makefile.cvs. Of course, a developer should all of the necessary tools installed (automake, autoconf, libtool).
* Applied mjg-0.6 patch.Fritz Elfert2000-07-311-3/+3
| | | | | Started adding kdoc compliant documentation comments. Added PsiTime
* Release of plptools-0.5Fritz Elfert2000-01-171-2/+6
|
* logging via syslog, more error-handling.Fritz Elfert1999-07-041-2/+3
|
* Added shared libFritz Elfert1999-07-011-2/+3
|
* Optimization for speed.Fritz Elfert1999-06-281-1/+1
|
* First import.Fritz Elfert1999-06-281-0/+3