summaryrefslogtreecommitdiff
path: root/server/Makefile.am
AgeCommit message (Collapse)Author
2022-05-21Remove usage of all private poppler headers in pdf-toolsPi-Cla
This commit also removes C++ entirely, as it is not needed anymore for correct compilation of `epdfinfo`. The following changes are made: - Remove private headers from all the server code. This involves: - Replace private header functionality with the correct public functions provided by poppler. - Remove unneeded headers around date checks - Delete dead-code (headers, m4 macros) - Remove C++, g++ and similar aliases from all the code. Also: - Remove related information from the README - Remove related information from CI and Dockerfiles Work done by: @Pi-Cla Closes: #105, #103, #109, #114
2019-12-28Prepare for update of synctexAndreas Politz
2017-10-13Link against shlwapi on windows systemsAndreas Politz
2017-09-18Add target for updating synctex sources from upstreamAndreas Politz
2017-09-10Add docker tests for the autobuild scriptAndreas Politz
2017-09-10Remove local distclean targetAndreas Politz
Use git clean instead.
2016-11-13Compile synctex with libz flagsAndreas Politz
2015-02-13Enable all warnings.Andreas Politz
* server/Makefile.am (epdfinfo_CFLAGS): Add -Wall flag.
2015-01-14Made epdfinfo build-system stand alone.Andreas Politz
* server/configure.ac: Change packagename and adopt config-files * server/Makefile.am: Make distclean git-clean.
2015-01-14Moved src -> server.Andreas Politz