mirror of
https://github.com/webmproject/libwebp.git
synced 2025-02-13 07:22:52 +01:00
5 lines
120 B
Makefile
5 lines
120 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
dwebp_SOURCES = dwebp.c
|
|
dwebp_LDADD = ../src/libwebpdecode.la
|
|
noinst_PROGRAMS = dwebp
|