wmbattery: Add config.h.in to make distclean
.
Its absence created a problem for the Debian package. During the build, dh_auto_clean results in a call to autoheader, which creates config.h.in. If this isn't then removed, we get a dpkg-source error. Obtained from [1]. [1] https://sources.debian.net/src/wmbattery/2.48-1/debian/patches/clean_config.h.in.patch/
This commit is contained in:
parent
8d86fe394f
commit
60476ab087
|
@ -6,7 +6,8 @@ clean:
|
|||
rm -f wmbattery *.o
|
||||
|
||||
distclean: clean
|
||||
rm -f config.status config.cache config.log makeinfo config.h configure
|
||||
rm -f config.status config.cache config.log makeinfo config.h \
|
||||
config.h.in configure
|
||||
|
||||
install: all
|
||||
$(INSTALL) -d $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir) $(DESTDIR)$(icondir)
|
||||
|
|
Loading…
Reference in a new issue