diff --git a/kpdf/Makefile.am b/kpdf/Makefile.am index f157b2135..d759a211d 100644 --- a/kpdf/Makefile.am +++ b/kpdf/Makefile.am @@ -29,6 +29,8 @@ kpdf_LDFLAGS = $(KDE_RPATH) $(all_libraries) kpdf_LDADD = $(LIB_KPARTS) kpdf_COMPILE_FIRST = ../aconf.h +kpdf_shell.o: part.h + EXTRA_DIST = kpdf.desktop xdg_apps_DATA = kpdf.desktop @@ -55,8 +57,3 @@ partdesktop_DATA = kpdf_part.desktop partrcdir = $(kde_datadir)/kpdfpart partrc_DATA = kpdf_part.rc -# This helps us with race conditions on local file dependencies -# that may not exist during parallel make: - -.NOTPARALLEL: -