Skip to content

Commit 2899305

Browse files
committed
update for 0.8
1 parent 54ca075 commit 2899305

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ CPPFLAGS_PHP = $(CPPFLAGS) $(INCLUDES_PHP)
2020

2121
PROGRAM = griddb_php_client.so
2222

23-
SOURCES = src/Resource.cpp \
24-
src/TimeSeriesProperties.cpp \
25-
src/AggregationResult.cpp \
23+
SOURCES = src/TimeSeriesProperties.cpp \
2624
src/ContainerInfo.cpp \
25+
src/AggregationResult.cpp \
2726
src/Container.cpp \
2827
src/Store.cpp \
2928
src/StoreFactory.cpp \
3029
src/PartitionController.cpp \
3130
src/Query.cpp \
32-
src/Row.cpp \
31+
src/QueryAnalysisEntry.cpp \
3332
src/RowKeyPredicate.cpp \
3433
src/RowSet.cpp \
3534
src/TimestampUtils.cpp \
36-
35+
src/Field.cpp \
36+
src/Util.cpp
3737

3838
all: $(PROGRAM)
3939

0 commit comments

Comments
 (0)