aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2013-07-15 21:12:13 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-07-19 10:24:59 -0700
commitd776bb9eb35444aff80fbd2ec2390f3351ee4e4e (patch)
tree8b84be632da7bde8dec2cd0a2690e661dafe37de /Makefile
parent8ad7216e70a4f8005dddbc1f296cfc30a29e835a (diff)
downloadsubsurface-d776bb9eb35444aff80fbd2ec2390f3351ee4e4e.tar.gz
Fix compile on clean source
Fixes #163 Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3496c327b..1936de901 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ XSLTFILES = xslt/*.xslt xslt/*.xsl
EXTRA_FLAGS = $(QTCXXFLAGS) $(GTKCFLAGS) $(GLIB2CFLAGS) $(XML2CFLAGS) \
$(LIBDIVECOMPUTERCFLAGS) \
- $(LIBSOUPCFLAGS) $(GCONF2CFLAGS)
+ $(LIBSOUPCFLAGS) $(GCONF2CFLAGS) -I.
HEADERS = \
qt-ui/divelistview.h \