mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-01 00:08:24 +01:00
13 lines
346 B
Makefile
13 lines
346 B
Makefile
|
AM_CPPFLAGS = -I$(top_srcdir)/src
|
||
|
lib_LTLIBRARIES = libwebpdemux.la
|
||
|
|
||
|
libwebpdemux_la_SOURCES =
|
||
|
libwebpdemux_la_SOURCES += demux.c
|
||
|
|
||
|
libwebpdemuxinclude_HEADERS =
|
||
|
libwebpdemuxinclude_HEADERS += ../webp/demux.h
|
||
|
libwebpdemuxinclude_HEADERS += ../webp/types.h
|
||
|
|
||
|
libwebpdemux_la_LDFLAGS = -version-info 0:0:0
|
||
|
libwebpdemuxincludedir = $(includedir)/webp
|