You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
325 B
12 lines
325 B
lib_LTLIBRARIES = libdecoration.la
|
|
|
|
libdecoration_la_LIBADD = @DECORATION_LIBS@ -lm
|
|
libdecoration_la_LDFLAGS = -no-undefined
|
|
libdecoration_la_SOURCES = decoration.c
|
|
|
|
INCLUDES = @DECORATION_CFLAGS@ -I$(top_srcdir)/include
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libdecoration.pc
|
|
|
|
EXTRA_DIST = libdecoration.pc.in
|