blob: 81f828902477001f348310b0590d48c6290a5c64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
--- src/celengine/Makefile.am.orig 2009-08-12 17:54:12.000000000 +0100
+++ src/celengine/Makefile.am 2009-08-12 17:54:28.000000000 +0100
@@ -25,8 +25,6 @@
body.cpp \
boundaries.cpp \
catalogxref.cpp \
- cmdparser.cpp \
- command.cpp \
console.cpp \
constellation.cpp \
customorbit.cpp \
--- src/celestia/Makefile.am.orig 2009-08-12 17:53:30.000000000 +0100
+++ src/celestia/Makefile.am 2009-08-12 17:54:56.000000000 +0100
@@ -24,7 +24,10 @@
eclipsefinder.cpp\
favorites.cpp \
imagecapture.cpp \
- url.cpp
+ url.cpp \
+ ../celengine/cmdparser.cpp \
+ ../celengine/command.cpp
+
WINSOURCES = \
avicapture.cpp \
|