summaryrefslogtreecommitdiff
path: root/library.am
diff options
context:
space:
mode:
Diffstat (limited to 'library.am')
-rw-r--r--library.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/library.am b/library.am
index a8126b073..41993982f 100644
--- a/library.am
+++ b/library.am
@@ -15,7 +15,7 @@
## along with this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
-lib@LIBRARY@.a: $(@LIBRARY@_OBJECTS) $(@LIBRARY@_LIBADD)
+lib@LIBRARY@.a: $(@XLIBRARY@_OBJECTS) $(@XLIBRARY@_LIBADD)
rm -f lib@LIBRARY@.a
- $(AR) cru lib@LIBRARY@.a $(@LIBRARY@_OBJECTS) $(@LIBRARY@_LIBADD)
+ $(AR) cru lib@LIBRARY@.a $(@XLIBRARY@_OBJECTS) $(@XLIBRARY@_LIBADD)
$(RANLIB) lib@LIBRARY@.a