Skip to content

Commit

Permalink
chore: Include license file in source packaging and installation
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 5, 2024
1 parent 736a5e7 commit 1891bee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ ACLOCAL_AMFLAGS = -I build-aux

AM_CPPFLAGS = $(LIBPNG_INCLUDES) $(ZLIB_INCLUDES) $(LIBPAPER_INCLUDES)

licensedir = $(datarootdir)/licenses/$(PACKAGE_NAME)
dist_license_DATA = LICENSE

lib_LTLIBRARIES = libtexpdf.la

libtexpdf_la_CPPFLAGS = -DXETEX -DBUILDING_LIBTEXPDF $(AM_CPPFLAGS)
Expand Down

0 comments on commit 1891bee

Please sign in to comment.