summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
blob: 8fc2da859ffc3484b6f077a7aaffd43d394c66cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
##  Makefile.am -- an automake template for Makefile.in file
##  Copyright (C) 2009 Chris Bagwell and Sane Developers.
##
##  This file is part of the "Sane" build infra-structure.  See
##  included LICENSE file for license information.
AM_CPPFLAGS += -I. -I$(top_builddir)/include -I$(top_srcdir)/include

noinst_LTLIBRARIES = liblib.la

liblib_la_SOURCES  = md5.c
liblib_la_CPPFLAGS = -I$(top_srcdir)/include
liblib_la_LIBADD   = $(LTALLOCA) $(LTLIBOBJS)