QCA files renamed to TQCA to match tqca library. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>pull/23/head
parent
115400db72
commit
1037d38623
@ -1,8 +1,8 @@
|
|||||||
METASOURCES = AUTO
|
METASOURCES = AUTO
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libqca.la
|
noinst_LTLIBRARIES = libtqca.la
|
||||||
INCLUDES = $(all_includes)
|
INCLUDES = $(all_includes)
|
||||||
|
|
||||||
libqca_la_SOURCES = \
|
libtqca_la_SOURCES = \
|
||||||
qca.cpp
|
tqca.cpp
|
||||||
# libqca_la_LIBADD = -lqt-mt
|
# libtqca_la_LIBADD = -lqt-mt
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* qca.h - TQt Cryptographic Architecture
|
* tqca.h - TQt Cryptographic Architecture
|
||||||
* Copyright (C) 2003 Justin Karneges
|
* Copyright (C) 2003 Justin Karneges
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
@ -1,7 +1,7 @@
|
|||||||
METASOURCES = AUTO
|
METASOURCES = AUTO
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libqca.la
|
noinst_LTLIBRARIES = libtqca.la
|
||||||
INCLUDES = $(all_includes)
|
INCLUDES = $(all_includes)
|
||||||
|
|
||||||
libqca_la_SOURCES = \
|
libtqca_la_SOURCES = \
|
||||||
qca.cpp
|
tqca.cpp
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* qca.h - TQt Cryptographic Architecture
|
* tqca.h - TQt Cryptographic Architecture
|
||||||
* Copyright (C) 2003 Justin Karneges
|
* Copyright (C) 2003 Justin Karneges
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
Loading…
Reference in new issue