mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-15 21:39:59 +02:00
Makefile.am: cosmetics
- use common file organization across subdir makefiles - append lib/source/header list variables and sort Change-Id: I0653e1c73a4552b0c43d21f321b22b4972d6e87b
This commit is contained in:
@ -1,8 +1,15 @@
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src
|
||||
lib_LTLIBRARIES = libwebpmux.la
|
||||
|
||||
libwebpmux_la_SOURCES = muxi.h \
|
||||
muxedit.c muxinternal.c muxread.c
|
||||
libwebpmux_la_SOURCES =
|
||||
libwebpmux_la_SOURCES += muxedit.c
|
||||
libwebpmux_la_SOURCES += muxi.h
|
||||
libwebpmux_la_SOURCES += muxinternal.c
|
||||
libwebpmux_la_SOURCES += muxread.c
|
||||
|
||||
libwebpmuxinclude_HEADERS =
|
||||
libwebpmuxinclude_HEADERS += ../webp/mux.h
|
||||
libwebpmuxinclude_HEADERS += ../webp/types.h
|
||||
|
||||
libwebpmux_la_LDFLAGS = -version-info 0:0:0
|
||||
libwebpmuxinclude_HEADERS = ../webp/mux.h ../webp/types.h
|
||||
libwebpmuxincludedir = $(includedir)/webp
|
||||
|
Reference in New Issue
Block a user