Skip to content

Commit

Permalink
Rename sub-project
Browse files Browse the repository at this point in the history
  • Loading branch information
guyou committed Sep 22, 2012
1 parent d07372d commit df323c2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
## Created by Anjuta

SUBDIRS = src data erawrim pam_mir-ror tools
SUBDIRS = src data erawrim pam_ref-lect tools

ref_lectdocdir = ${prefix}/doc/ref-lect
ref_lectdoc_DATA = \
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -60,7 +60,7 @@ src/Makefile
data/Makefile
erawrim/Makefile
erawrim/examples/Makefile
pam_mir-ror/Makefile
pam_ref-lect/Makefile
tools/Makefile
])
10 changes: 5 additions & 5 deletions pam_mir-ror/Makefile.am → pam_ref-lect/Makefile.am
Expand Up @@ -19,12 +19,12 @@
AM_CFLAGS = -DSBINDIR=\"@sbindir@\" @PAM_MIRROR_CFLAGS@

pamdir = @PAM_MODDIR@
pam_LTLIBRARIES = pam_mirror.la
pam_LTLIBRARIES = pam_reflect.la

pam_mirror_la_SOURCES = pam_mir-ror.c mirror.h mirror.c
pam_mirror_la_LDFLAGS = -module -avoid-version
pam_mirror_la_LIBADD = @PAM_MIRROR_LIBS@
pam_mirror_la_CFLAGS = $(AM_CFLAGS)
pam_reflect_la_SOURCES = pam_ref-lect.c mirror.h mirror.c
pam_reflect_la_LDFLAGS = -module -avoid-version
pam_reflect_la_LIBADD = @PAM_MIRROR_LIBS@
pam_reflect_la_CFLAGS = $(AM_CFLAGS)

check_PROGRAMS = check_token

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit df323c2

Please sign in to comment.