Start testing a few more things out of smbtorture in the build farm.
[kai/samba.git] / examples / appliance / Makefile
index 18b0b4c8c5d560072def6a81c80413eeddab735d..c49451add86133b40a74f24407f619ea7ff41a64 100644 (file)
@@ -1,12 +1,12 @@
 PREFIX=/usr/local/samba
-CONFIGOPTS=--with-pam --prefix=$(PREFIX)
+CONFIGOPTS=--with-pam --prefix=$(PREFIX) --with-smbmount
 
 
 all: headb tngb
 
 config:
-       (cd head/source; CFLAGS="-Wall -g" ./configure $(CONFIGOPTS))
-       (cd tng;  CFLAGS="-Wall -g" ./configure $(CONFIGOPTS) --enable-shared=no)
+       (cd head/source; CFLAGS="-Wall -O2 -g" ./configure $(CONFIGOPTS))
+       (cd tng;  CFLAGS="-Wall -O2 -g" ./configure $(CONFIGOPTS) --enable-shared=no)
 
 headb:
        (cd head/source; make)