summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 268861c..635d581 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ libcgroup.so: api.c libcgroup.h wrapper.c config.c lex.yy.c y.tab.c
test:
$(MAKE) -C tests
-pam_cgroup.so: pam_cgroup.c
+pam_cgroup.so: pam_cgroup.c libcgroup.so
$(CC) $(CFLAGS) -shared -fPIC -Wall -o $@ pam_cgroup.c $(LDFLAGS) \
$(LIBS) -lpam