From 235c2bffe161835077577f10004d9015de4fc398 Mon Sep 17 00:00:00 2001 From: David Faure Date: Sat, 18 Oct 2003 21:16:34 +0000 Subject: [PATCH] possibly fix missing dependency for unsermake svn path=/trunk/kdegraphics/kpdf/; revision=259996 --- kpdf/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/kpdf/Makefile.am b/kpdf/Makefile.am index d10ca23af..620d9bdaf 100644 --- a/kpdf/Makefile.am +++ b/kpdf/Makefile.am @@ -27,6 +27,7 @@ bin_PROGRAMS = kpdf kpdf_SOURCES = main.cpp kpdf_shell.cpp kpdf_LDFLAGS = $(KDE_RPATH) $(all_libraries) kpdf_LDADD = $(LIB_KPARTS) +kpdf_COMPILE_FIRST = ../aconf.h EXTRA_DIST = kpdf.desktop xdg_apps_DATA = kpdf.desktop