summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Stachowski <qbast@go2.pl>2005-09-06 10:41:59 +0000
committerJakub Stachowski <qbast@go2.pl>2005-09-06 10:41:59 +0000
commit36cc002ba145d477eb60684fbcb334f8982822e1 (patch)
tree99eb32f093bd5018a671dc021b08de7670515365
parent77e36045b7f13654e5dad8b80b3224dd06daede0 (diff)
Separate directories for qt3 and qt4 includes.
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@517 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-qt/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/avahi-qt/Makefile.am b/avahi-qt/Makefile.am
index c022b09..4244011 100644
--- a/avahi-qt/Makefile.am
+++ b/avahi-qt/Makefile.am
@@ -19,14 +19,14 @@
AM_CFLAGS=-I$(top_srcdir)
-avahiincludedir=$(includedir)/avahi-qt
-
lib_LTLIBRARIES =
BUILT_SOURCES =
if HAVE_QT3
-avahiinclude_HEADERS = \
+avahiqt3includedir=$(includedir)/avahi-qt3
+
+avahiqt3include_HEADERS = \
qt-watch.h
lib_LTLIBRARIES += \
@@ -48,7 +48,8 @@ endif
if HAVE_QT4
-avahiinclude_HEADERS = \
+avahiqt4includedir=$(includedir)/avahi-qt4
+avahiqt4include_HEADERS = \
qt-watch.h
lib_LTLIBRARIES += \