diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:58 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:58 +0000 |
commit | c6e8074f628eb380883dd3b0cbdc60eb7ef6d0f5 (patch) | |
tree | 1a13906f90ca04325c600de4f767d39ad47008ee /buildlib/library.mak | |
parent | 584e4558eea7db76c50bb9525cc25ae81b657d52 (diff) |
s/DOMAIN/APT_DOMAIN/, as /usr/include/math.h defines DO...
Author: doogie
Date: 2002-11-11 07:00:16 GMT
s/DOMAIN/APT_DOMAIN/, as /usr/include/math.h defines DOMAIN to 1, and
breaks us.
Diffstat (limited to 'buildlib/library.mak')
-rw-r--r-- | buildlib/library.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildlib/library.mak b/buildlib/library.mak index 9f8b78541..de8833cbb 100644 --- a/buildlib/library.mak +++ b/buildlib/library.mak @@ -8,7 +8,7 @@ # $(LIBRARY) - The name of the library without lib or .so # $(MAJOR) - The major version number of this library # $(MINOR) - The minor version number of this library -# $(DOMAIN) - The text domain for this library +# $(APT_DOMAIN) - The text domain for this library # All output is writtin to .opic files in the build directory to # signify the PIC output. |