Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ par2_LDADD = libpar2.a
LDADD = -lstdc++
AM_CXXFLAGS = -Wall -std=c++14 $(OPENMP_CXXFLAGS)

EXTRA_DIST = PORTING ROADMAP \
EXTRA_DIST = \
man/par2.1 \
automake.sh \
tests/flatdata.tar.gz \
Expand Down
Empty file removed NEWS
Empty file.
17 changes: 0 additions & 17 deletions PORTING

This file was deleted.

1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,5 @@ AC_CHECK_FUNCS([strchr] [memcpy])

AC_CHECK_FUNCS([getopt] [getopt_long])

AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
6 changes: 1 addition & 5 deletions par2cmdline.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,9 @@
<None Include="INSTALL" />
<None Include="install-sh" />
<None Include="Makefile.am" />
<None Include="Makefile.in" />
<None Include="missing" />
<None Include="mkinstalldirs" />
<None Include="NEWS" />
<None Include="README.md" />
<None Include="ROADMAP" />
<None Include="stamp-h.in" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="libpar2.vcxproj">
Expand All @@ -92,4 +88,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
5 changes: 1 addition & 4 deletions par2cmdline.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
<None Include="Makefile.in" />
<None Include="missing" />
<None Include="mkinstalldirs" />
<None Include="NEWS" />
<None Include="README.md" />
<None Include="ROADMAP" />
<None Include="stamp-h.in" />
</ItemGroup>
</Project>
</Project>
Empty file removed stamp-h.in
Empty file.