mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
move Makefile.am one level below, to src/dec
fix typos here and there dwebp is now an installed program autotools = lot of fun :) Change-Id: Idd12a944dd8d6614e393122c4378e1f7ecf0e209
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src
|
||||
|
||||
dwebp_SOURCES = dwebp.c
|
||||
dwebp_LDADD = ../src/libwebpdecode.la
|
||||
noinst_PROGRAMS = dwebp
|
||||
dwebp_LDADD = ../src/dec/libwebpdecode.la
|
||||
|
||||
bin_PROGRAMS = dwebp
|
||||
|
Reference in New Issue
Block a user