You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
konversation/konversation/src/blowfish/Makefile.am

8 lines
372 B

AM_CPPFLAGS = $(all_includes) -I$(srcdir)/../
noinst_LTLIBRARIES = libblowfish.la
noinst_HEADERS = b64stuff.h BlowfishCbc.h blowfish.h mc_blowfish.h newblowfish.h oldblowfish1.h oldblowfish2.h
libblowfish_la_SOURCES = b64stuff.cpp BlowfishCbc.cpp blowfish.cpp mc_blowfish.cpp newblowfish.cpp oldblowfish.cpp
libblowfish_la_LDFLAGS = $(all_libraries) -no-undefined