[Kst] extragear/graphics/kst/src
George Staikos
staikos at kde.org
Thu Feb 16 11:21:15 CET 2006
SVN commit 510079 by staikos:
Maybe this fixes the installing headers problem?
M +1 -1 d2asc/Makefile.am
M +1 -1 kst/Makefile.am
M +1 -1 libkstapp/Makefile.am
M +1 -1 libkstmath/Makefile.am
M +1 -1 widgets/Makefile.am
--- trunk/extragear/graphics/kst/src/d2asc/Makefile.am #510078:510079
@@ -1,7 +1,7 @@
bin_PROGRAMS = d2asc
# set the include path for X, qt and KDE
-INCLUDES= $(KMDI_INCLUDES) -I$(top_srcdir)/kst/src/extdate -I$(top_srcdir)/kst/src/libkst -I$(top_srcdir)/kst/src/libkstmath -I../libkst -I$(top_srcdir) $(all_includes)
+INCLUDES=-I$(top_srcdir)/kst/src/extdate -I$(top_srcdir)/kst/src/libkst -I$(top_srcdir)/kst/src/libkstmath -I../libkst -I$(top_srcdir) $(KMDI_INCLUDES) $(all_includes)
d2asc_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined
d2asc_LDADD = ../libkstmath/libkstmath.la
--- trunk/extragear/graphics/kst/src/kst/Makefile.am #510078:510079
@@ -21,7 +21,7 @@
mime_DATA = x-kst.desktop
# set the include path for X, qt and KDE
-INCLUDES= $(KMDI_INCLUDES) -I$(top_srcdir)/kst/src/extdate -I$(top_srcdir)/kst/src/libkst -I$(top_srcdir)/kst/src/libkstmath -I../libkst -I$(top_srcdir)/kst/src/widgets -I../widgets -I$(top_srcdir)/kst/src/libkstapp -I../libkstapp -I$(top_srcdir) $(all_includes)
+INCLUDES=-I$(top_srcdir)/kst/src/extdate -I$(top_srcdir)/kst/src/libkst -I$(top_srcdir)/kst/src/libkstmath -I../libkst -I$(top_srcdir)/kst/src/widgets -I../widgets -I$(top_srcdir)/kst/src/libkstapp -I../libkstapp -I$(top_srcdir) $(KMDI_INCLUDES) $(all_includes)
rcdir = $(kde_datadir)/kst
rc_DATA = kstui.rc
--- trunk/extragear/graphics/kst/src/libkstapp/Makefile.am #510078:510079
@@ -126,7 +126,7 @@
libkstapp_la_LDFLAGS = -version-info @KST_LIBKST_VERSION@ $(all_libraries) -no-undefined
# set the include path for X, qt and KDE
-INCLUDES= $(KMDI_INCLUDES) -I$(top_srcdir)/kst/src/extdate -I$(top_srcdir)/kst/src/libkst -I$(top_srcdir)/kst/src/libkstmath -I../libkst -I$(top_srcdir)/kst/src/widgets -I../widgets -I$(top_srcdir) $(all_includes)
+INCLUDES=-I$(top_srcdir)/kst/src/extdate -I$(top_srcdir)/kst/src/libkst -I$(top_srcdir)/kst/src/libkstmath -I../libkst -I$(top_srcdir)/kst/src/widgets -I../widgets -I$(top_srcdir) $(KMDI_INCLUDES) $(all_includes)
messages: rc.cpp
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
--- trunk/extragear/graphics/kst/src/libkstmath/Makefile.am #510078:510079
@@ -43,7 +43,7 @@
libkstmath_la_LIBADD = $(LIB_KDECORE) ../libkst/libkst.la
# set the include path for X, qt and KDE
-INCLUDES= $(KMDI_INCLUDES) -I$(top_srcdir)/kst/src/extdate -I$(top_srcdir)/kst/src/libkst -I../libkst -I$(top_srcdir) $(all_includes)
+INCLUDES=-I$(top_srcdir)/kst/src/extdate -I$(top_srcdir)/kst/src/libkst -I../libkst -I$(top_srcdir) $(KMDI_INCLUDES) $(all_includes)
messages: rc.cpp
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
--- trunk/extragear/graphics/kst/src/widgets/Makefile.am #510078:510079
@@ -31,7 +31,7 @@
METASOURCES=AUTO
# set the include path for X, qt and KDE
-INCLUDES= $(KMDI_INCLUDES) -I$(top_srcdir)/kst/src/extdate -I$(top_srcdir)/kst/src/libkst -I../libkst -I$(top_srcdir)/kst/src/libkstmath -I$(top_srcdir) $(all_includes)
+INCLUDES=-I$(top_srcdir)/kst/src/extdate -I$(top_srcdir)/kst/src/libkst -I../libkst -I$(top_srcdir)/kst/src/libkstmath -I$(top_srcdir) $(KMDI_INCLUDES) $(all_includes)
messages: rc.cpp
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
More information about the Kst
mailing list