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.
15 lines
318 B
15 lines
318 B
EXTRA_DIST=autogen.sh CMakeLists.txt libmanda-config.h.cmake libmanda.pc.in
|
|
|
|
ACLOCAL_AMFLAGS=-I m4
|
|
|
|
AM_CFLAGS=$(GLIB_CFLAGS)
|
|
libmanda_la_LDFLAGS=$(GLIB_LIBS))
|
|
|
|
lib_LTLIBRARIES=libmanda.la
|
|
libmanda_la_SOURCES=libmanda.c
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libmanda.pc
|
|
|
|
$(pkgconfig_DATA): config.status
|