diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2013-07-15 21:12:13 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-07-19 10:24:59 -0700 |
commit | d776bb9eb35444aff80fbd2ec2390f3351ee4e4e (patch) | |
tree | 8b84be632da7bde8dec2cd0a2690e661dafe37de /Makefile | |
parent | 8ad7216e70a4f8005dddbc1f296cfc30a29e835a (diff) | |
download | subsurface-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |