X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=cipher%2FMakefile.am;h=c0e6e0d33de01e3cf948fd24901515e9b5c4c5c0;hp=3c86f56a943fefdd2400821325189a4cdbb1a289;hb=2228b16159a7aff64e6559ee1635716154e67fe6;hpb=1243156a5e03a666b36bc4400f1402243a85c9a7 diff --git a/cipher/Makefile.am b/cipher/Makefile.am index 3c86f56a..c0e6e0d3 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -1,7 +1,5 @@ ## Process this file with automake to get Makefile.in -SUBDIRS = blowfish idea - noinst_LTLIBRARIES = libcipher.la INCLUDES = -I. -I$(top_builddir) -I$(top_srcdir)/src @@ -12,4 +10,4 @@ libcipher_la_LDFLAGS = noinst_HEADERS = cipher.h -CFLAGS += -DPKGLIBDIR="\"$(pkglibdir)/\"" +CFLAGS = @CFLAGS@ -DPKGLIBDIR="\"$(pkglibdir)/\""