]> granicus.if.org Git - cracklib/commitdiff
*** empty log message ***
authorNathan Neulinger <nneul@neulinger.org>
Wed, 9 Feb 2005 02:50:15 +0000 (02:50 +0000)
committerNathan Neulinger <nneul@neulinger.org>
Wed, 9 Feb 2005 02:50:15 +0000 (02:50 +0000)
git-svn-id: file:///tmp/cracklib-svn/trunk@36 4175fe1e-86d5-4fdc-8e6a-506fab9d8533

cracklib/Makefile.am
cracklib/configure.in

index 08badb94ad9db2678284a1dee5da2bf0966d24c2..a651ebfa32faa2337a67f0050e660765e471826e 100644 (file)
@@ -2,7 +2,7 @@ SUBDIRS = lib util doc
 
 EXTRA_DIST =   \
                autogen.sh \
-               cracklib.spec \
+               cracklib.spec.in \
                README-DAWG \
                README-WORDS \
                test-data \
index 8ba8d3c97eb94a6c77d34b906f3c7c2a254684f4..52b0b7f483ce7d2cdc285d9a043d63ea4f28a0a1 100644 (file)
@@ -25,5 +25,5 @@ dnl Check for utility functions that may need to be replaced
 AC_CHECK_FUNCS(strdup)
 AC_CHECK_FUNCS(getpwuid_r)
 
-AC_OUTPUT(util/Makefile lib/Makefile doc/Makefile Makefile)
+AC_OUTPUT(util/Makefile lib/Makefile doc/Makefile Makefile cracklib.spec)