summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
blob: 35fe8c444d69c3c352468979edde1fd2e13b1ffe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
include $(top_srcdir)/config/include-Makefile.am

noinst_LTLIBRARIES = libmd5.la
libmd5_la_SOURCES = md5.c

noinst_LTLIBRARIES += libenv.la
libenv_la_SOURCES = env.c

noinst_LTLIBRARIES += libsetproctitle.la
libsetproctitle_la_SOURCES = setproctitle.c