rename libinterfork -> libustfork
[ust.git] / libustfork / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include
2
3 lib_LTLIBRARIES = libustfork.la
4 libustfork_la_SOURCES = ustfork.c
5 libustfork_la_LIBADD = -ldl
6 libustfork_CFLAGS = -DUST_COMPONENT=libustfork
This page took 0.02986 seconds and 5 git commands to generate.