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