Changeset fca0a033257b4175c839ab124a5c1a2aebfac3ae
- Timestamp:
- 02/06/12 16:33:12
(1 year ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1328545992 -0500
- git-parent:
[17458db8a05223809f885a032344956d81ade411]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1328545992 -0500
- Message:
this aren't in-core anymore, only modules
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8883c4d |
rfca0a03 |
|
| 48 | 48 | cc=@CC@ |
|---|
| 49 | 49 | cppflags=@CPPFLAGS@ |
|---|
| 50 | | cflags=@CFLAGS@ @PGCFLAGS@ |
|---|
| | 50 | cflags=@CFLAGS@ |
|---|
| 51 | 51 | ldflags=@LDFLAGS@ |
|---|
| 52 | | libs=@LIBS@ @PGLIBS@ |
|---|
| | 52 | libs=@LIBS@ |
|---|
| 53 | 53 | prefix=@prefix@ |
|---|
| 54 | 54 | exec_prefix=@exec_prefix@ |
|---|