Browse Source

* Fix --as-needed issue, thanks to Pavlov Konstantin.

pull/1/head
Sam Hocevar sam 18 years ago
parent
commit
75ffa54580
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/Makefile.am

+ 1
- 1
tools/Makefile.am View File

@@ -4,5 +4,5 @@ noinst_PROGRAMS = caca2tlf

caca2tlf_SOURCES = caca2tlf.c
caca2tlf_CFLAGS = @CUCUL_CFLAGS@
caca2tlf_LDFLAGS = @CUCUL_LIBS@
caca2tlf_LDADD = @CUCUL_LIBS@


Loading…
Cancel
Save