Do not use __SIZEOF_POINTER__, as it is not compatible with older gcc's
[ust.git] / libinterfork / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include
2
3 lib_LTLIBRARIES = libinterfork.la
4 libinterfork_la_SOURCES = interfork.c
5 libinterfork_la_LIBADD = -ldl
6 libinterfork_CFLAGS = -DUST_COMPONENT=libinterfork
This page took 0.029868 seconds and 4 git commands to generate.