diff options
author | Ted Gould <ted@gould.cx> | 2012-08-19 21:08:20 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-08-19 21:08:20 -0500 |
commit | 8312e8df8682ebf7b8499b641c56844e617aeb9b (patch) | |
tree | 319b12a9246ffe6a3750905dd484ef77e11ca076 /src | |
parent | 09cc9a1f35d8a4b847e9982745c65c7408f72999 (diff) | |
download | libpam-x2go-8312e8df8682ebf7b8499b641c56844e617aeb9b.tar.gz libpam-x2go-8312e8df8682ebf7b8499b641c56844e617aeb9b.tar.bz2 libpam-x2go-8312e8df8682ebf7b8499b641c56844e617aeb9b.zip |
Matching the naming convention of the other modules
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a63960c..701b9ff 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ pamlibdir = $(PAMMODULEDIR) -pamlib_LTLIBRARIES = pam-freerdp.la +pamlib_LTLIBRARIES = pam_freerdp.la pam_freerdp_la_SOURCES = \ pam-freerdp.c |