mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
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:
parent
44c13b1b6f
commit
31b5575135
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue