mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-27 00:07:17 +02:00
9 lines
269 B
Makefile
9 lines
269 B
Makefile
AM_CFLAGS = -Wall -g -I@top_srcdir@ @RAPTOR_CFLAGS@
|
|
|
|
lib_LTLIBRARIES = liblrdf.la
|
|
noinst_HEADERS = lrdf_md5.h md5_loc.h ladspa.h
|
|
|
|
liblrdf_la_SOURCES = lrdf.c lrdf_multi.c md5.c
|
|
liblrdf_la_LIBADD = @RAPTOR_LIBS@
|
|
liblrdf_la_LDFLAGS = -version-info @LRDF_LIBTOOL_VERSION@
|