**[FIX]** Enable RPM creation to work correctly (#1106)

* edited Makefile so that RPMs can actually be created

* added what I intend for the pull request to changes.txt
This commit is contained in:
Eric Mesa
2019-09-12 00:44:11 -04:00
committed by Carlos Fernandez Sanz
parent 2bcd993c0f
commit 8a9d924fc1
2 changed files with 4 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ ccextractor_SOURCES = \
../src/gpacmp4/gpac/tools.h \
../src/gpacmp4/gpac/utf.h \
../src/gpacmp4/gpac/version.h \
../src/gpacmp4/gpac/iso639.h \
../src/gpacmp4/gpac/internal/avilib.h \
../src/gpacmp4/gpac/internal/isomedia_dev.h \
../src/gpacmp4/gpac/internal/media_dev.h \
@@ -268,6 +269,7 @@ ccextractor_SOURCES = \
../src/zvbi/zvbi_decoder.h \
../src/wrappers/wrapper.c \
../src/wrappers/wrapper.h \
../src/freetype/* \
../src/freetype/autofit/autofit.c \
../src/freetype/base/ftbase.c \
../src/freetype/base/ftbbox.c \
@@ -296,6 +298,7 @@ ccextractor_SOURCES = \
../src/freetype/cff/cff.c \
../src/freetype/cid/type1cid.c \
../src/freetype/gzip/ftgzip.c \
../src/freetype/include/ft2build.h \
../src/freetype/lzw/ftlzw.c \
../src/freetype/pcf/pcf.c \
../src/freetype/pfr/pfr.c \