sasl/sasl.pc

Sat, 18 Apr 2009 14:16:14 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 18 Apr 2009 14:16:14 +0200
changeset 164
3a96478f1303
permissions
-rw-r--r--

Correct and improve patch logic of optional plugin list.
Move core plugins to static config.php file, remove ldifimport which
conflicts with change_ldappass and otherwise appears broken, reorder
remaining plugins, and specify default theme (the one called 'Default'.)

     1 prefix=@l_prefix@
     2 exec_prefix=${prefix}
     3 libdir=${exec_prefix}/lib
     4 includedir=${prefix}/include
     6 Name: sasl
     7 Description: SASL
     8 Version: @version@
     9 Libs: -L${libdir} @libs@
    10 Cflags: -I${includedir}

mercurial