| 1 | #!/usr/bin/make -f |
| 2 | |
| 3 | include /usr/share/cdbs/1/rules/debhelper.mk |
| 4 | include /usr/share/cdbs/1/class/autotools.mk |
| 5 | |
| 6 | DEB_CONFIGURE_EXTRA_FLAGS = \ |
| 7 | --enable-daemon --enable-gtk2ui --enable-guishell \ |
| 8 | --enable-dolconf --enable-gnomeapplet --enable-pidginplugin |