diff options
-rw-r--r-- | kopete/libkopete/avdevice/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/libkopete/private/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/libkopete/tests/mock/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kopete/libkopete/avdevice/Makefile.am b/kopete/libkopete/avdevice/Makefile.am index 75e57c1c..0ec1bacc 100644 --- a/kopete/libkopete/avdevice/Makefile.am +++ b/kopete/libkopete/avdevice/Makefile.am @@ -1,5 +1,5 @@ INCLUDES =$(GLINC) $(all_includes) -AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT -DQT_NO_CAST_ASCII -DTQT_NO_ASCII_CAST \ +AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT -DTQT_NO_CAST_ASCII -DTQT_NO_ASCII_CAST \ $(KOPETE_INCLUDES) -I$(top_srcdir)/kopete/libkopete/private \ -I$(top_srcdir)/kopete/libkopete/ui $(all_includes) METASOURCES = AUTO diff --git a/kopete/libkopete/private/Makefile.am b/kopete/libkopete/private/Makefile.am index 313de132..293ba94c 100644 --- a/kopete/libkopete/private/Makefile.am +++ b/kopete/libkopete/private/Makefile.am @@ -1,6 +1,6 @@ METASOURCES = AUTO -AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT -DQT_NO_CAST_ASCII -DTQT_NO_ASCII_CAST \ +AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT -DTQT_NO_CAST_ASCII -DTQT_NO_ASCII_CAST \ $(KOPETE_INCLUDES) $(all_includes) noinst_LTLIBRARIES = libkopeteprivate.la diff --git a/kopete/libkopete/tests/mock/Makefile.am b/kopete/libkopete/tests/mock/Makefile.am index 349273dd..4fc30ecc 100644 --- a/kopete/libkopete/tests/mock/Makefile.am +++ b/kopete/libkopete/tests/mock/Makefile.am @@ -1,5 +1,5 @@ METASOURCES = AUTO -AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT -DQT_NO_CAST_ASCII -DTQT_NO_ASCII_CAST \ +AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT -DTQT_NO_CAST_ASCII -DTQT_NO_ASCII_CAST \ $(KOPETE_INCLUDES) -I$(top_srcdir)/kopete/libkopete/private $(all_includes) noinst_LTLIBRARIES = libkopete_mock.la |