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:34:46 UTC

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

Author: mturk
Date: Wed Apr 29 08:34:44 2009
New Revision: 769708

URL: http://svn.apache.org/viewvc?rev=769708&view=rev
Log:
Add hpux private files

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=769708&r1=769707&r2=769708&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:34:44 2009
@@ -123,6 +123,8 @@
 	$(SRCDIR)/os/unix/uuid.$(OBJ) \
 	$(SRCDIR)/os/unix/uutils.$(OBJ) \
 	$(SRCDIR)/os/hpux/platform.$(OBJ) \
+	$(SRCDIR)/os/hpux/pgroup.$(OBJ) \
+	$(SRCDIR)/os/hpux/puser.$(OBJ) \
 	$(SRCDIR)/os/hpux/os.$(OBJ)
 
 TEST_OBJS= \