Skip to content

Commit

Permalink
lib/imagery: fix SONAME missing (#2269)
Browse files Browse the repository at this point in the history
* Update lib/imagery/Makefile: fix SONAME missing

Fixes #2268

Co-authored-by: Nicklas Larsson <n_larsson@yahoo.com>
  • Loading branch information
t0b3 and nilason committed Mar 23, 2022
1 parent 0b5618d commit 7573a7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/imagery/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ EXTRA_CFLAGS = $(VECT_CFLAGS)

include $(MODULE_TOPDIR)/include/Make/Lib.make
include $(MODULE_TOPDIR)/include/Make/Doxygen.make
include $(MODULE_TOPDIR)/include/Make/Grass.make

# images
IMGSRC := $(wildcard *.png) $(wildcard *.jpg) $(wildcard *.gif)
Expand Down

0 comments on commit 7573a7c

Please sign in to comment.