[srvx-commits] CVS: services/src Makefile.am,1.42,1.43
Brought to you by:
entrope
From: Entrope <en...@us...> - 2001-10-14 19:36:57
|
Update of /cvsroot/srvx/services/src In directory usw-pr-cvs1:/tmp/cvs-serv19609/src Modified Files: Makefile.am Log Message: remove dead "globtest" target define PKGLIBDIR in CFLAGS (for modules.c) Index: Makefile.am =================================================================== RCS file: /cvsroot/srvx/services/src/Makefile.am,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -r1.42 -r1.43 *** Makefile.am 2001/10/12 02:03:34 1.42 --- Makefile.am 2001/10/14 19:36:53 1.43 *************** *** 1,3 **** --- 1,4 ---- LIBS = @INTLLIBS@ @LIBS@ + CFLAGS = -DPKGLIBDIR="\"$(pkglibdir)\"" bin_PROGRAMS = srvx *************** *** 5,9 **** libauthserv.la \ libproto_bahamut.la libproto_ircu_p10.la ! EXTRA_PROGRAMS = checkdb globtest pwcracker srvx_LDFLAGS = $(export_dynamic_flag_spec) --- 6,10 ---- libauthserv.la \ libproto_bahamut.la libproto_ircu_p10.la ! EXTRA_PROGRAMS = checkdb pwcracker srvx_LDFLAGS = $(export_dynamic_flag_spec) *************** *** 46,51 **** checkdb_SOURCES = checkdb.c recdb.c recdb.h dict-hash.c dict.h log.h saxdb.c saxdb.h pwcracker_SOURCES = pwcracker.c recdb.c recdb.h dict-splay.c dict.h log.h md5.c - globtest_SOURCES = tools.c globtest.c common.h - globtest_CFLAGS = -DGLOBTEST LINT = lclint --- 47,50 ---- |