mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-27 06:08:21 +01:00
12 lines
310 B
Makefile
12 lines
310 B
Makefile
|
AM_CPPFLAGS += -I$(top_builddir)/src -I$(top_srcdir)/src
|
||
|
lib_LTLIBRARIES = libwebpextras.la
|
||
|
|
||
|
noinst_HEADERS =
|
||
|
noinst_HEADERS += ../src/webp/types.h
|
||
|
|
||
|
libwebpextras_la_SOURCES =
|
||
|
libwebpextras_la_SOURCES += extras.c extras.h
|
||
|
|
||
|
libwebpextras_la_CPPFLAGS = $(AM_CPPFLAGS)
|
||
|
libwebpextras_la_LIBADD = ../src/libwebp.la
|