debian/rules
changeset 1920 e9e27c5a53bf
parent 1671 3c82a0d9e0e7
child 1926 6a30ef4d10f1
equal deleted inserted replaced
1:a783118a654a 2:f4b091679809
    25 endif
    25 endif
    26 
    26 
    27 config.status: configure
    27 config.status: configure
    28 	dh_testdir
    28 	dh_testdir
    29 	# Add here commands to configure the package.
    29 	# Add here commands to configure the package.
    30 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
    30 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-gui
    31 
    31 
    32 
    32 
    33 build: build-stamp
    33 build: build-stamp
    34 
    34 
    35 build-stamp:  config.status
    35 build-stamp:  config.status