Makefile-decls.am: Some minor fixes from hotssh
This commit is contained in:
parent
ac1a6534e2
commit
c6cc7412bf
|
|
@ -22,7 +22,6 @@ AM_CFLAGS =
|
||||||
DISTCHECK_CONFIGURE_FLAGS =
|
DISTCHECK_CONFIGURE_FLAGS =
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
NULL =
|
NULL =
|
||||||
INSTALL_DATA_HOOKS =
|
|
||||||
BUILT_SOURCES =
|
BUILT_SOURCES =
|
||||||
MANPAGES =
|
MANPAGES =
|
||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
|
|
@ -43,6 +42,9 @@ girdir = $(datadir)/gir-1.0
|
||||||
gir_DATA =
|
gir_DATA =
|
||||||
typelibdir = $(libdir)/girepository-1.0
|
typelibdir = $(libdir)/girepository-1.0
|
||||||
typelib_DATA =
|
typelib_DATA =
|
||||||
|
gsettings_SCHEMAS =
|
||||||
|
# git.mk
|
||||||
|
GITIGNOREFILES =
|
||||||
|
|
||||||
# This is a special facility to chain together hooks easily
|
# This is a special facility to chain together hooks easily
|
||||||
INSTALL_DATA_HOOKS =
|
INSTALL_DATA_HOOKS =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue