[Kstars-devel] KDE/kdeedu/kstars/kstars/indi
Jason Harris
kstars at 30doradus.org
Wed Dec 20 00:38:48 CET 2006
SVN commit 615046 by harris:
change '#include "config-kstars.h"' to '#include
"kstars/config-kstars.h"'. Otherwise, make fails unless executed from
the indi directory. Hmm.
Hoping this is the end of the termios stuff...
CCMAIL: kstars-devel at kde.org
CCMAIL: ralf.habacker at freenet.de
M +1 -1 celestronprotocol.c
M +1 -1 indicom.h
M +1 -1 lx200driver.c
--- trunk/KDE/kdeedu/kstars/kstars/indi/celestronprotocol.c #615045:615046
@@ -35,7 +35,7 @@
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <fcntl.h>
-#include "config-kstars.h"
+#include "kstars/config-kstars.h"
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#endif
--- trunk/KDE/kdeedu/kstars/kstars/indi/indicom.h #615045:615046
@@ -44,7 +44,7 @@
#ifndef INDICOM_H
#define INDICOM_H
-#include "config-kstars.h"
+#include "kstars/config-kstars.h"
#include <time.h>
#ifdef HAVE_TERMIOS_H
--- trunk/KDE/kdeedu/kstars/kstars/indi/lx200driver.c #615045:615046
@@ -26,7 +26,7 @@
#include <sys/time.h>
#include <unistd.h>
#include <fcntl.h>
-#include "config-kstars.h"
+#include "kstars/config-kstars.h"
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#endif
More information about the Kstars-devel
mailing list