Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f6298d67

Von christian vor etwa 17 Jahren hinzugefügt

  • ID f6298d678f7741e30a5445a357b811b3d7578a4b
  • Vorgänger d076ad5b
  • Nachfolger 55b59533

Clean up include directories for out-of-source build.

I don't understand why I had to remove this directory, but previously
"qbanking.h" could not be found. After this change all worked correctly.
In any case $(builddir) is the "." directory when building, anyway, so
it shouldn't need to be included explicitly.

git-svn-id: https://devel.aqbanking.de/svn/aqbanking/trunk@1548 5c42a225-8b10-0410-9873-89b7810ad06e

Unterschiede anzeigen:

src/frontends/qbanking/lib/widgets/Makefile.am
INCLUDES = \
-I$(top_builddir)/headers \
-I$(builddir) \
-I$(srcdir)/.. -I$(srcdir)/../dialogs \
-I.. -I../dialogs \
$(gwenhywfar_includes) $(qt3_includes)

Auch abrufbar als: Unified diff