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)
| r84 | r238 | |
|---|---|---|
| 54 | 54 | cdr_odbc.so: cdr_odbc.o |
| 55 | 55 | $(CC) $(SOLINK) -o $@ $< -lodbc $(MLFLAGS) |
| 56 | 56 | |
| 57 | cdr_tds.so: cdr_tds.o | |
| 58 | $(CC) $(SOLINK) -o $@ $< -ltds $(MLFLAGS) | |
| 59 | 57 | |
| 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 | ||
| 66 | 58 | depend: .depend |
| 67 | 59 | |
| 68 | 60 | .depend: |
![Home changeset 238 [home]](/images/logo.png?1180520111)
RSS Feeds