Skip to content

Commit

Permalink
Do not need test programs
Browse files Browse the repository at this point in the history
  • Loading branch information
Roza committed Nov 27, 2020
1 parent 80926a4 commit 20e405a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ pkgconfig_DATA = SDL2_ttf.pc
%.o : %.rc
$(WINDRES) $< $@

noinst_PROGRAMS = showfont glfont
# noinst_PROGRAMS = showfont glfont

showfont_LDADD = libSDL2_ttf.la
glfont_LDADD = libSDL2_ttf.la @GL_LIBS@ @MATHLIB@
# showfont_LDADD = libSDL2_ttf.la
# glfont_LDADD = libSDL2_ttf.la @GL_LIBS@ @MATHLIB@

# Rule to build tar-gzipped distribution package
$(PACKAGE)-$(VERSION).tar.gz: distcheck
Expand Down

0 comments on commit 20e405a

Please sign in to comment.