source:
mod_gnutls/debian/rules
@
ffe86e7
Last change on this file since ffe86e7 was ffe86e7, checked in by , 6 years ago | |
---|---|
|
|
File size: 263 bytes |
Rev | Line | |
---|---|---|
[819445c] | 1 | #!/usr/bin/make -f |
2 | %: | |
[7149ce5] | 3 | dh $@ --with apache2,autoreconf |
[819445c] | 4 | |
5 | override_dh_auto_configure: | |
[2d18ec2] | 6 | dh_auto_configure -- --with-apxs=/usr/bin/apxs2 --enable-msva |
[819445c] | 7 | |
8 | override_dh_auto_install: | |
9 | ||
10 | override_dh_install: | |
[8c9eb05] | 11 | mv src/.libs/libmod_gnutls.so src/.libs/mod_gnutls.so |
12 | dh_install |
Note: See TracBrowser
for help on using the repository browser.