6d8c96d665
We don't need to hardcode the list to build, as the build system provides a way to build 'all' extensions.
10 lines
142 B
Makefile
Executable File
10 lines
142 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --with gnome
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- \
|
|
-Dextension_set=all \
|
|
-Dclassic_mode=true
|