make -j 2 breaks because of missing dependency
Signed-off-by: Nikanth Karthikesan <[EMAIL PROTECTED]>
---
Index: Makefile.in
===================================================================
--- Makefile.in (revision 225)
+++ Makefile.in (working copy)
@@ -61,7 +61,7 @@
test:
$(MAKE) -C tests
-pam_cgroup.so: pam_cgroup.c
+pam_cgroup.so: libcgroup.so pam_cgroup.c
$(CC) $(CFLAGS) -shared -fPIC -Wall -o $@ pam_cgroup.c $(LDFLAGS) \
$(LIBS) -lpam
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Libcg-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libcg-devel