Skip to content

Commit

Permalink
Do not install dummy shlib anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 18, 2024
1 parent b376813 commit ca3b546
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: unrtf
Type: Package
Title: Extract Text from Rich Text Format (RTF) Documents
Version: 1.4.3
Version: 1.4.4
Authors@R: c(
person("Jeroen", "Ooms", ,"jeroen@berkeley.edu", role = c("aut", "cre")),
person("Free Software Foundation, Inc", role = "cph"))
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.4.4
- Fix to not build a dummy shlib anymore

1.4.3
- Refactor Makevars for Windows builds without $(WIN)

Expand Down
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ $(UNRTF): $(LIBUNRTF)
cp -Rf share $(INSTDIR)/

clean:
rm -Rf $(LIBUNRTF) $(OBJECTS) $(SHLIB) $(UNRTF)
rm -Rf $(LIBUNRTF) $(UNRTF)
1 change: 1 addition & 0 deletions src/install.libs.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# This file prevents R from looking for a shared library
7 changes: 0 additions & 7 deletions src/register.c

This file was deleted.

0 comments on commit ca3b546

Please sign in to comment.