diff --git a/Makefile b/Makefile index c54d0e3..c2ba325 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ CC=gcc CFLAGS=-std=c99 -g -O2 -fPIC -Wall -DLDAP_DEPRECATED -LDFLAGS=-g -shared -lpam -lldap +LDFLAGS=-g -shared all: pam_csc.so pam_csc.so: pam_csc.o - $(CC) -o $@ $(LDFLAGS) $< + $(CC) -o $@ $(LDFLAGS) $< -lpam -lldap clean: rm -f pam_csc.so pam_csc.o diff --git a/debian/changelog b/debian/changelog index 7eb9283..dba1322 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libpam-csc (1.9ubuntu3) precise; urgency=low + + * Build for precise. + + -- Jeremy Roman Fri, 16 Mar 2012 18:04:21 -0400 + libpam-csc (1.9ubuntu2) oneiric; urgency=low * Build for oneiric.