Skip to content

Commit

Permalink
Include missing header files in distribution tarball.
Browse files Browse the repository at this point in the history
  • Loading branch information
fancycode committed Feb 4, 2014
1 parent da8a16a commit 03c0fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dec265/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dec265_LDADD = ../libde265/libde265.la -lstdc++
dec265_SOURCES = dec265.cc

if HAVE_SDL
dec265_SOURCES += sdl.cc
dec265_SOURCES += sdl.cc sdl.hh
endif

if MINGW
Expand Down
1 change: 1 addition & 0 deletions libde265/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ libde265_la_SOURCES = \
slice.h \
slice_func.h \
sps.h \
sps_func.h \
util.h \
vps.h \
motion.c motion.h motion_func.h \
Expand Down

0 comments on commit 03c0fb1

Please sign in to comment.