change include dir order to prevent recompiles on "make installs".

Side effect with libkonq. Thanks for the hint David.

svn path=/trunk/kdebase/kfind/; revision=30059
This commit is contained in:
Harri Porten 1999-10-03 23:42:24 +00:00
parent 44c13b1b6f
commit 31b5575135

View file

@ -1,5 +1,5 @@
INCLUDES= $(all_includes) -I$(top_srcdir)/libkonq/ $(MICO_INCLUDES)
INCLUDES= -I$(top_srcdir)/libkonq/ $(all_includes) $(MICO_INCLUDES)
bin_PROGRAMS = kfind
LDFLAGS = $(all_libraries) $(KDE_RPATH)