summaryrefslogtreecommitdiff
path: root/fpicker/source/unx/kde/makefile.mk
AgeCommit message (Collapse)AuthorFilesLines
2011-01-21fix KDE3 library search order (fdo#32797)Luboš Luňák1-4/+2
Use LINKFLAGS instead of STDLIBS, as the latter comes way too late in the link command and may result in some stray -L/usr/lib getting before -L$KDEDIR/lib. Since KDE4 libs often tend to be installed under /usr while KDE3 libs are often somewhere else such as /opt/kde3/lib, this could cause using wrong libraries.
2010-12-17WaE: unused parametersCaolán McNamara1-0/+1
2010-10-29explicit X11 for Xlib callsCaolán McNamara1-1/+1
2010-08-26fpicker-kde-3layer.diff: Fix the KDE fpicker for 3layer OOo.Jan Holesovsky1-0/+1
2010-08-26fpicker-kde-dialog.diff: Out-of-process implementation of KDE3 fpicker.Jan Holesovsky1-0/+75