You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/04/29 10:37:29 UTC

svn commit: r769709 - /commons/sandbox/runtime/trunk/src/main/native/Makefile.in

Author: mturk
Date: Wed Apr 29 08:37:27 2009
New Revision: 769709

URL: http://svn.apache.org/viewvc?rev=769709&view=rev
Log:
hpux cc uses __inline keyword

Modified:
    commons/sandbox/runtime/trunk/src/main/native/Makefile.in

Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.in
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/Makefile.in?rev=769709&r1=769708&r2=769709&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/Makefile.in (original)
+++ commons/sandbox/runtime/trunk/src/main/native/Makefile.in Wed Apr 29 08:37:27 2009
@@ -119,6 +119,8 @@
 HPUX_OBJS= \
 	$(SRCDIR)/os/unix/file.$(OBJ) \
 	$(SRCDIR)/os/unix/main.$(OBJ) \
+	$(SRCDIR)/os/unix/group.$(OBJ) \
+	$(SRCDIR)/os/unix/user.$(OBJ) \
 	$(SRCDIR)/os/unix/syslog.$(OBJ) \
 	$(SRCDIR)/os/unix/uuid.$(OBJ) \
 	$(SRCDIR)/os/unix/uutils.$(OBJ) \