Changeset 238

Removed cdr tds,pgsql,sqlite from cdr makefile

Committed by:  wsuff
Date:  Oct 03 2005 * 22:31 (over 3 years ago)

Affected files:

openpbx/branches/wsuff/cdr/Makefile (unified diff)

r84r238
5454 cdr_odbc.so: cdr_odbc.o
5555 $(CC) $(SOLINK) -o $@ $< -lodbc $(MLFLAGS)
5656
57 cdr_tds.so: cdr_tds.o
58 $(CC) $(SOLINK) -o $@ $< -ltds $(MLFLAGS)
5957
60 cdr_pgsql.so: cdr_pgsql.o
61 $(CC) $(SOLINK) -o $@ $< -lpq -lz $(MLFLAGS)
62
63 cdr_sqlite.so: cdr_sqlite.o
64 $(CC) $(SOLINK) -o $@ $< -lsqlite $(MLFLAGS)
65
6658 depend: .depend
6759
6860 .depend: