1 ## Process this file with automake to get Makefile.in
5 noinst_LTLIBRARIES = libcipher.la
7 INCLUDES = -I. -I$(top_builddir) -I$(top_srcdir)/src
9 libcipher_la_SOURCES = cipher.c
11 libcipher_la_LDFLAGS =
13 noinst_HEADERS = cipher.h
15 CFLAGS = @CFLAGS@ -DPKGLIBDIR="\"$(pkglibdir)/\""