SVN commit 452527 by wstephens: fix compilation in a clean build where kgreeterplugin.h is not yet installed M +1 -0 Makefile.am --- branches/KDE/3.5/kdebase/kdm/kfrontend/themer/Makefile.am #452526:452527 @@ -1,4 +1,5 @@ AM_CPPFLAGS = -I$(srcdir)/../../backend -I$(srcdir)/.. -I../.. \ + -I$(top_srcdir)/kdmlib \ $(all_includes) noinst_LIBRARIES = libkdmthemer.a