Skip to content

Commit 94f6aaa

Browse files
committed
remove non-existent 'build' directory from EXTRA_DIST and add cmake and vc7 makefiles
1 parent d87aa20 commit 94f6aaa

File tree

6 files changed

+14
-1
lines changed

6 files changed

+14
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ EXTRA_DIST = .travis.yml \
2020
autogen.sh \
2121
build.bat \
2222
m4/m4_ax_check_compile_flag.m4 \
23-
build \
2423
Makefile.vc7 \
24+
CMakeLists.txt \
2525
README.md \
2626
libde265.png \
2727
*/COPYING

enc265/Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ if HAVE_VIDEOGFX
1313
enc265_CXXFLAGS += $(VIDEOGFX_CFLAGS)
1414
enc265_LDFLAGS += $(VIDEOGFX_LIBS)
1515
endif
16+
17+
EXTRA_DIST = \
18+
CMakeLists.txt \
19+
Makefile.vc7

libde265/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ if MINGW
9696
endif
9797

9898
EXTRA_DIST = Makefile.vc7 \
99+
CMakeLists.txt \
99100
../extra/stdbool.h \
100101
../extra/stdint.h
101102

libde265/encoder/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ libde265_encoder_la_SOURCES = \
1111

1212
SUBDIRS=algo
1313
libde265_encoder_la_LIBADD = algo/libde265_encoder_algo.la
14+
15+
EXTRA_DIST = \
16+
CMakeLists.txt

libde265/encoder/algo/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ libde265_encoder_algo_la_SOURCES = \
1414
tb-split.h tb-split.cc \
1515
tb-intrapredmode.h tb-intrapredmode.cc \
1616
pb-mv.h pb-mv.cc
17+
18+
EXTRA_DIST = \
19+
CMakeLists.txt

libde265/x86/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ if HAVE_VISIBILITY
1818
libde265_x86_sse_la_CXXFLAGS += -DHAVE_VISIBILITY
1919
endif
2020

21+
EXTRA_DIST = \
22+
CMakeLists.txt

0 commit comments

Comments
 (0)