]> git.meshlink.io Git - meshlink/blob - cipher/Makefile.am
Initial revision
[meshlink] / cipher / Makefile.am
1 ## Process this file with automake to get Makefile.in
2
3 SUBDIRS = blowfish idea
4
5 noinst_LTLIBRARIES = libcipher.la
6
7 INCLUDES = -I. -I$(top_builddir) -I$(top_srcdir)/src
8
9 libcipher_la_SOURCES = cipher.c
10
11 libcipher_la_LDFLAGS =
12
13 noinst_HEADERS = cipher.h
14
15 CFLAGS += -DPKGLIBDIR="\"$(pkglibdir)/\""