X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=cipher%2FMakefile.am;h=c0e6e0d33de01e3cf948fd24901515e9b5c4c5c0;hp=da42a49c749e3e974b5f64a06fd12414987ca6c3;hb=2228b16159a7aff64e6559ee1635716154e67fe6;hpb=63540ceff5c7bb7c76d96a4cef4ba803ce915ce1 diff --git a/cipher/Makefile.am b/cipher/Makefile.am index da42a49c..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 - 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)/\""