Skip to content

Commit

Permalink
Add missing meson.build files to EXTRA_DIST
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoonj committed Aug 20, 2024
1 parent 3737b39 commit 1cf2ceb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ xraylibdir = ${prefix}/share/xraylib

dist_xraylib_DATA = xraydoc.txt

EXTRA_DIST = meson.build

4 changes: 2 additions & 2 deletions example/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ endif
TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
#AM_TESTS_FD_REDIRECT = 9>&2

EXTRA_DIST = xrlexample4.pro xrlexample2.pl xrlexample5.py xrlexample7.java xrlexample8.cs xrlexample9.lua xrlexample10.rb xrlexample12.php xrlexample13.py xrlexample14.pas


#test the idl bindings using this script
xrlexample4.sh: ../idl/libxrlidl.la xrlexample4.pro
Expand Down Expand Up @@ -181,3 +179,5 @@ xrlexample14.sh: ../pascal/xraylib.ppu xrlexample14.pas

clean-local:
rm -rf xrlexample4.sh xrlexample2.sh xrlexample5.sh xrlexample7.sh xrlexample7.class xrlexample9.sh xrlexample10.sh xrlexample12.sh xrlexample13.sh xrlexample14.sh

EXTRA_DIST = xrlexample4.pro xrlexample2.pl xrlexample5.py xrlexample7.java xrlexample8.cs xrlexample9.lua xrlexample10.rb xrlexample12.php xrlexample13.py xrlexample14.pas meson.build
2 changes: 1 addition & 1 deletion pascal/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ clean-local:
SUBDIRS = tests
endif

EXTRA_DIST = xraylib.pas xraylib_impl.pas xraylib_iface.pas xraylib_const.pas
EXTRA_DIST = xraylib.pas xraylib_impl.pas xraylib_iface.pas xraylib_const.pas meson.build

0 comments on commit 1cf2ceb

Please sign in to comment.