diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index d95db96..6b450b9 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ include debian/xsfbs/xsfbs.mk # This package contains multiple modules as shipped by upstream. Each module is # contained in a subdirectory in the root dir of the package. You must list each # subdirectory explicitly so that the build system knows what to build -SUBDIRS="gccmakedep-1.0.1 imake-1.0.1 lndir-1.0.1 makedepend-1.0.0 util-macros-1.0.1 xorg-cf-files-1.0.1" +SUBDIRS="gccmakedep imake lndir makedepend util-macros xorg-cf-files" CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) |