diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-18 01:13:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-18 01:13:55 +0900 |
commit | 35a30e7329afffacfcd277d51433fd0432158614 (patch) | |
tree | cb2a5e76240a8ffc5d02d799013ca0a82f69f45f /doc | |
parent | 826ae54cf0790e7056beb4f99d10dbc205655756 (diff) | |
download | kmyfirewall-35a30e7329afffacfcd277d51433fd0432158614.tar.gz kmyfirewall-35a30e7329afffacfcd277d51433fd0432158614.zip |
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 2 | ||||
-rw-r--r-- | doc/kmyfirewall/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index adbe291..6ba81ec 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -84,7 +84,7 @@ CCDEPMODE = depmode=gcc3 CFLAGS = -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute CONF_FILES = $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in CPP = gcc -E -CPPFLAGS = -DQT_THREAD_SUPPORT -D_REENTRANT +CPPFLAGS = -DTQT_THREAD_SUPPORT -D_REENTRANT CXX = g++ CXXCPP = g++ -E CXXDEPMODE = depmode=gcc3 diff --git a/doc/kmyfirewall/Makefile b/doc/kmyfirewall/Makefile index 21c6cc8..e515418 100644 --- a/doc/kmyfirewall/Makefile +++ b/doc/kmyfirewall/Makefile @@ -68,7 +68,7 @@ CCDEPMODE = depmode=gcc3 CFLAGS = -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute CONF_FILES = $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in CPP = gcc -E -CPPFLAGS = -DQT_THREAD_SUPPORT -D_REENTRANT +CPPFLAGS = -DTQT_THREAD_SUPPORT -D_REENTRANT CXX = g++ CXXCPP = g++ -E CXXDEPMODE = depmode=gcc3 |