tinc/cipher/Makefile.am

16 lines
298 B
Makefile
Raw Normal View History

2000-03-26 00:33:07 +00:00
## Process this file with automake to get Makefile.in
2000-04-24 21:10:33 +00:00
SUBDIRS = blowfish
2000-03-26 00:33:07 +00:00
noinst_LTLIBRARIES = libcipher.la
INCLUDES = -I. -I$(top_builddir) -I$(top_srcdir)/src
libcipher_la_SOURCES = cipher.c
libcipher_la_LDFLAGS =
noinst_HEADERS = cipher.h
CFLAGS = @CFLAGS@ -DPKGLIBDIR="\"$(pkglibdir)/\""